Domanda

How or where can i change the rwd item tabel, from the order e-mail template? At the bottom of the e-mail. It don't look good at the moment. It looks like there are missing some styles? See attachment.

enter image description here

-------UPDATE--------

Ok now i try to get it back like non-rwd versions before (overriding some files from /base/). I am almost there have a look at the image below. The [footer] is outside of the table and the totals are not aligned to the right?

enter image description here

What am i missing?

È stato utile?

Soluzione 2

I found the problem. In Magento 1.9 RWD they added /app/design/frontend/meez-package/meez-theme/template/email/order/totals/wrapper.phtml. In this file i removed some HTML. wrapper.phtml looks like this:

<?php echo $this->getChildHtml(); ?>

Now its looking better:

enter image description here

Altri suggerimenti

Magento sales email order item are comming from

app/design/frontend/YOURPACKAGE/YOUR_TEMPLATE/template/email/order/items.phtml

OR

app/design/frontend/base/default/template/email/order/items.phtml

All sales email related templates file are located at

app/design/frontend/YOURPACKAGE/YOUR_TEMPLATE/template/email/

OR

app/design/frontend/base/default/template/email/

[Update]

Magento all sales relate template exits at

app/locale/YOUR_LANGUAGE/template/email/sales

and order_new.html,order_new_guest.html are responsible for new order templa

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top