Jump to content

[SOLVED] Shoppingcart displaces left column. Matrice Theme & separateTAX module


Recommended Posts

Hi,

First of all, big thanks to all developers of Prestashop, Matrice Theme and separateTAX Module. They are a wonderful work. :-)

Now my problem: :-(
I installed Matrice theme http://kamel.kelkoul.free.fr/matrice/ and
then installed separateTAX module http://www.homepage-community.de/ecommerce_eigener_onlineshop/prestashop_mwst_anzeige_warenkorb_modul_separatetax-t255.0.html
but when I look in the Shoppingcart, it displaces the left column (categories, newsletter,...) as shown in the attached pictures.

I tried to solve the problem with the tips given in http://www.prestashop.com/forums/viewthread/65926/themes/need_change_subcategories_position but for another module

I changed global.css in the theme,
and added the

tags in /modules/separatetax/tpl/shopping-cart.tpl as recomended for validation.tpl (file of another module) in the above cited thread.

But it did not work.

I would appreciate very much any help.

28975_YYloaOFMFD3rYDUyklpq_t

28976_yRAXf9pzWy9lNTqmy1Oy_t

Link to comment
Share on other sites

You said you already tried to put div but to me it works.
See screen-shot after some code change in Firebug.

So what you need to do is in /modules/separatetax/tpl/shopping-cart.tpl add


so it will looks like

<!-- German Edition: separateTAX Module / www.prestashop-deutschland.de / www.homepage-community.de -->
{capture name=path}{l s='Your shopping cart'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}



and closing div at end

{/if}

<!-- German Edition: separateTAX Module / www.prestashop-deutschland.de / www.homepage-community.de -->



Make changes and let me know if it works.

29004_GvoXRimnUQ3EXUWqpHjw_t


Link to comment
Share on other sites

Make same change in matrice/shopping-cart.tpl i just checked that file doesn't have that added div.

Not sure how that module works but maybe on install it replace original shopping-cart.tpl
with one in /modules/separatetax/tpl/shopping-cart.tpl . So changing that file don't have effect.
Maybe on reinstall.

But first try to change matrice/shopping-cart.tpl.

Link to comment
Share on other sites

Wow you are a Master razaro, thank you very much!!

Summarily the razaro solution.

Uninstall the module separateTAX in the BackEnd,
add the

tags as advised before,
install once again the module ...
and voila ... it changes his corresponding file in the Matrice Theme and WORKS :-)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...