You save module doesn't work in responsive templates

Hello I am using zoxid flat responsive theme and I am trying to use the “you save” module in it but it doesn’t show the saving information in it. How do I display it ?

Hey,

you apparently mean this module, right?

It was originally written for Azure as an example on how to write modules. There’s a detailed explanation available here:
http://www.marco-steinhaeuser.de/how-to-write-a-module-for-oxid-eshop-display-you-will-save-x-percent-on-the-product-details-page.html

Maybe you can use it to make it fit to the zoxid template.
Pull request appreciated.

Cheers

Actually the zoxid template doesn’t have blocks for displaying price.

is it possible to insert a new block into the productmain.tpl ?

Sure. If a block is present in azure and it is missing in your template you can insert it yourself. Just copy the lines <block …> and </block> to the corresponding locations in your template. You can also invent new blocks for your own purposes if you like.

is there any other way where I don’t have to make changes in the template ?

Nope. How should that work? If you want to show something in the view, you have to change it.