Our Magento Blog
Full Page Cache: Enterprise_PageCache_Model_Container_CatalogProductItem
Full Page Cache: Enterprise_PageCache_Model_Container_CatalogProductItem Enterprise_PageCache_Model_Container_CatalogProductItem class in Magento? (Magento EE 1.13.0.2) Object:$this => Enterprise_PageCache_Model_Container_CatalogProductItem Following constants is used in above class : const BLOCK_NAME_RELATED = 'CATALOG_PRODUCT_ITEM_RELATED'; const BLOCK_NAME_UPSELL = 'CATALOG_PRODUCT_ITEM_UPSELL'; Following variables is used in above class: $_parentBlock $_itemId $_itemPosition $_infoCacheId $_sharedInfoData Some important functions and its purpose in this class: _getInfoCacheId(): This function returns cache identifier for informational [...]
Full Page Cache: Enterprise_PageCache_Model_Container_Abstract
Full Page Cache: Enterprise PageCache Model Container Abstract How to work/flow Enterprise_PageCache_Model_Container_Abstract class in Magento? (Magento EE 1.13.0.2) Object: $this => Enterprise_PageCache_Model_Container_Abstract Following constants is used in above class: No constants Following variables is used in above class: $_processor $_placeholder $_placeholderBlock Some important functions and its purpose used in this class: applyWithoutApp(): This function is used [...]
Full Page Cache: Enterprise PageCache Model Config
Full Page Cache: Enterprise PageCache Model Config How to work/flow Enterprise_PageCache_Model_Config class in Magento? (Magento EE 1.13.0.2) Object: $this => Enterprise_PageCache_Model_Config Following constants is used in above class: no variables Following variables is used in above class: $_placeholders Some important functions and their purpose used in this class: initPlaceholders(): This function initialized all declared placeholders as array. getDeclaredPlaceholders(): Retrieve [...]
Currency Setting In Magento
Currency Setting In Magento Magento is an open source e-commerce web application. Magento has various built in functionality that will grab you. If you tried to create Magento store with multiple functionality. Then of-course there will strongest solution is Magento. Suppose you want to create a Multi store in Magento and side by side you [...]
Useful tips for Magento Debugging
Magento Debugging Debugging is the process of identifying and removing number of bugs/errors from code. Development in Magento without debugging can be challenging for developer. As a development organization, oscprofessionals provides some useful information and tips about debugging for Magento users. Debugging Magento is as follows: Debugging Tips 1. Zend_Debug::debug() OR var_dump($data); OR print_r($data); [...]
Magento Cron: Persistent Clear Expired
Magento Cron: Persistent Clear ExpiredMagento Cron: Persistent Clear Expired Magento Persistent Shopping Cart saves unsold shopping cart content and provides to the customer in his next visit. All the information of products stored in cookies and database. This functionality helps to increase the sale of your store. Customer can add multiple products in persistent session from different devices and from [...]
Magento Cron: Captcha Delete Old Attemps
Magento Cron: Captcha Delete Old Attemps Detailed Explanation: When an administrator enters correct credentials but enters the wrong captcha, it counts against you as a Login Attempt. This count is get stored in the table named ‘captcha_log’ with value and time. The role of captcha_delete_old_attemps cron job is to remove all entries of login attempt [...]
Use of Custom Product Options in Magento
Use of Custom Product Options in Magento What are custom product options in Magento?Custom options provides an simple way to offer a selection of product variations to your customer. How to create custom options to products? Go to Admin Panel, Select Catalog → Manage Products In the product Information panel on the left, Select Custom [...]
Related, Upsell, Cross sell products in Magento
Related, Upsell, Cross sell products in Magento In Magento there are three types of Product Relations: Upsell Product Related Product Cross sell Product 1. Upsell Products: Upsell products are listed in the product informations page and thats mean, “You may also be interested in the following product(s) ”. From my point of view, usually here [...]
Magento Product Attributes
Magento Product Attributes What are the product attributes?An product attribute is defined as any property of a product. This includes product related data... everything! You also do not require any columns to your database. Its all automatically managed by attribute manager. You have to just add or create the attribute from the admin and you can start [...]
Magento Debugging Environment
Magento Debugging Environment How to debug code? (through log)Here we can see debugging code technique: For File Log System: system log, exception log and your log file First need to Enable Log settings from admin: Go to Admin -> System -> Configuration -> Developer -> Log Settings -> Enable. The log files for both system and [...]
How you can reduce catalog url rewrite indexing time?
How You Can Reduce Catalog Url Rewrite Indexing Time? How to reduce indexing time?For Catalog URL Rewrites Que. How to reduce re-index processing time for Catalog URL Rewrites ? Issue: catalog_url index take a more time when running indexing process. We have analyzed and found there is need to check our database table core_url_rewrite related [...]