Our Magento Blog
How to Create Bundle Product In Magento?
How to Create Bundle Product In Magento? Bundle Product offers you various product by binding together. Customer have a assortment of options to select product of their choice. For Example, Computer in which there is Logitech mouse, LG monitor & Lenovo keyboard.Process to create Bundle Product: Admin -> Catalog -> Manage Product -> Add Product [...]
Simple Product In Magento
Simple Product In Magento Simple product is a product to which we can sell individually, or in association with Configurable, Group or Bundle product.Process to create Simple Product: Catalog->Manage Product->Add Product Select Attribute Set Select product type Fill Product Information of General field Name: Name of your product, that will be display at front-end. SKU: [...]
Grouped Product in Magento
Grouped Product in Magento Grouped products are those product that you can sell in a group. You can add existing product in a group and sell them. For that, you have to create Simple product first then add it into Group.Process to create Grouped Product: Admin->Catalog->Manage Product->Add Product->Select Attribute Set->Select Grouped Product Fill General field [...]
Tax Setting In Magento
Tax Setting In Magento We can set easily Tax in Magento, for that we need to set Customer tax Class, Product Tax Class and Tax Rate. Appropriate Tax will calculate by considering the customer tax class, product tax class, tax rate, shipping address, billing address.Process of Tax Setting Creation of Customer TaxGo to Sales->Tax->Customer Tax [...]
How to add a Customizable Product in PrestaShop 1.5
How to add a Customizable Product in PrestaShop 1.5 In PrestaShop you can offer customers to customize the product they purchase on your shop. Using this function you can provide a tool for real-time visualization of your products and customer can visualize the end result of their product. Prestashop allows you to add customization fields [...]
Full Page Cache : Enterprise PageCache Model Validator
Full Page Cache : Enterprise PageCache Model Validator How to work/flow Enterprise_PageCache_Model_Container_Placeholder class in Magento? (Magento EE 1.13.0.2)Object: $this => Enterprise_PageCache_Model_Validator Following constants is used in above class : const XML_PATH_DEPENDENCIES_CHANGE = 'adminhtml/cache/dependency/change'; const XML_PATH_DEPENDENCIES_DELETE = 'adminhtml/cache/dependency/delete'; Following variables is used in above class : Data change dependency : protected $_dataChangeDependency = array( 'Mage_Catalog_Model_Product', 'Mage_Catalog_Model_Category', 'Mage_Catalog_Model_Resource_Eav_Attribute', 'Mage_Tag_Model_Tag', 'Mage_Review_Model_Review', 'Enterprise_Cms_Model_Hierarchy_Node', [...]
Full Page Cache: Enterprise PageCache Model Processor Default
Full Page Cache: Enterprise PageCache Model Processor DefaultHow to work/flow Enterprise_PageCache_Model_Processor_Default class in Magento?(Magento ver. 1.13.0.2)Object:Object: $this =>Enterprise_PageCache_Model_Processor_DefaultFollowing constants is used in above class: No ConstantsFollowing variables is used in above class:$_placeholder$_noCacheGetParams$_allowCacheSome important functions and its purpose in this class:allowCache() : It is used for check if request can be cached or not.replaceContentToPlaceholderReplacer() : It is used to replace block [...]
Free Shipping for Single Product in Magento
Free Shipping for Single Product in Magento If you want to promote your specific product. But you might be thinking how can I do this, which rule I should apply? To promote your product you can apply free shipping for single product only, Catalog price rule to give discount, or Shopping Cart Price rules etc. [...]
Promotional Rules In Magento
Promotional Rules In Magento You higher wish to display your promotional activity in your store at front. But you couldn't get the effective way as your wish. For that we offer Magento Promotional rules. We might be hope it will work for you very best. Promotion is a built-in functionality in Magento. Magento offer some [...]
Full Page Cache: Enterprise PageCache Model Crawler
Full Page Cache: Enterprise PageCache Model Crawler How to work/flow Enterprise_PageCache_Model_Crawler class in Magento? (Magento ver. 1.13.0.2) Object: $this => Enterprise_PageCache_Model_Crawler Following constants is used in above class : Crawler Settings: const XML_PATH_CRAWLER_ENABLED = 'system/page_crawl/enable' const XML_PATH_CRAWLER_THREADS = 'system/page_crawl/threads'; const XML_PATH_CRAWL_MULTICURRENCY = 'system/page_cra/multicurrency'; rawler User Agent Name: const USER_AGENT = 'MagentoCrawler'; Following variables is used in above class : [...]
Full Page Cache: Enterprise_PageCache_Model_Cookie
Full Page Cache: Enterprise_PageCache_Model_Cookie How to work/flow Enterprise_PageCache_Model_Cookie class in Magento? (Magento EE 1.13.0.2) Object : $this => class Enterprise_PageCache_Model_Cookie Following constants is used in above class: const COOKIE_CUSTOMER = 'CUSTOMER'; const COOKIE_CUSTOMER_GROUP = 'CUSTOMER_INFO'; const COOKIE_MESSAGE = 'NEWMESSAGE'; const COOKIE_CART = 'CART'; const COOKIE_COMPARE_LIST = 'COMPARE'; const COOKIE_POLL = 'POLL'; const COOKIE_RECENTLY_COMPARED = 'RECENTLYCOMPARED'; [...]
Full Page Cache: Enterprise PageCache Model Container Placeholder
Full Page Cache: Enterprise PageCache Model Container Placeholder How to work/flow Enterprise_PageCache_Model_Container_Placeholder class in Magento? (Magento EE 1.13.0.2)Object: $this => Enterprise_PageCache_Model_Container_PlaceholderFollowing constant is used in above class: const HTML_NAME_PATTERN = '//i' Following variables is used in above class: $_definitionMap $_definition $_name $_attributes Some important functions and its purpose used in this class: getName(): This function is used for to [...]