Jump to content

[Tutorial] WineShop Template Fix (v1.3-PRS060128)


Recommended Posts

Hello, I thought of sharing this with you guys as I just managed to fix it.

 

As you can see from the picture there was a problem with product "Sort by" and product "Show in the WineShop Template: PRS060128 Italian and English Language that I'm customizing for a client.

 

The fix is easy as follows:

 

In global.css of the template replace the code of ".sortPagiBar form.nbrItemPage" with the following:

.sortPagiBar form.nbrItemPage {
    background: none repeat scroll 0 0 #FFFFFF;  
    float: right;
    margin-right: 7px;
       }

In product-sort.tpl of the template remove the last </div>

 

In category.tpl of the template add another </div> after this code:

<div class="sortPagiBar">
{include file="./product-sort.tpl"}
{include file="./nbr-product-page.tpl"}
</div>

In the end the code in category.tpl of the template must be:

 

<div class="sortPagiBar">
{include file="./product-sort.tpl"}
{include file="./nbr-product-page.tpl"}
</div></div>

That's all. I tested in Firefox,Chrome,Internet Explorer,Safari and Mobile Devices too and it works.

post-516311-0-53821300-1393333103_thumb.png

Edited by carpealexdiem (see edit history)
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...