discount - Magento Coupon Code not appearing -


I added a coupon discount in Magento.

But the block is not visible in the checkout or on the product pages.

I tried to install this extension but it had no effect.

Do I need to make changes to XML or PHP to present the discount block?

It appears by default, but if you do not have it, then your theme might Deleting the definition is a local.xml in the layout folder of your theme and something like this:

   & Lt; / References & gt; & Lt; / Checkout_cart_index & gt;  

You can edit the cart.phtml to modify the position in the page. If you do not see:

  & lt ;? Php echo $ this- & gt; GetChildHtml ('coupon')? & Gt;  

You can try to write it first beforehand.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -