Knowledge Base

how to url rewrite in mangento?

Step 1 :- Catalog Menu -> URL Rewrite Management Step 2 :- Add URL Rewrite Step 3 :- And select the custom Options in Dropdown Step 4 :- 1) ID Path :- Unique Identifier for rewrite. 2) Reuest Path :-

Read More

How to generate Coupon Code in Magneto

How to generate Coupon Code in Magneto

step:1)for generate coupon code going to the admin side promotion->shopping cart price rule and click add new rule button as per below screen and fill up the fields rule name,description,status,allow for customer group,code name uses per coupon,and apply date for

Read More

Remove shipping information in cart page

Step 1 :-  Open checkout.xml. Path :- app/design/frontend/base/default/checkout.xml Step 2 :-  Put this code in  checkout_cart_index tag. <checkout_cart_index> <remove name=”checkout.cart.shipping” /> </checkout_cart_index>

add custom attribute option value programatically in Magento Cart Page.

–>first we have to create custom attribute with dropdown value in magento admin side. –>get this dropdown option value in magento product view page in magento –>now when user selected add to cart button this selected values going to your

Read More

Create Custom Module Using ModuleCreator in Magento

Create Custom Module Using ModuleCreator in Magento

step:1) download module Creator for magento follow this link http://www.magentocommerce.com/magento-connect/modulecreator.html step:2)now make the module creator in our Magento directory and run the Module Creator then you will show below screen step:3) fill up the Namespace,Module Name and click the create

Read More