Jump to content

HELP for Black & White theme running with 1.2.5


Recommended Posts

I have installed black and white, every things works find except 2 problems:
a. my category list 10 products each page, but it should be 9, how can i fix this
My product page: http://shop.1stidea.com/category.php?id_category=2
Original theme page: http://ipno.tik.free.fr/blackwhite/category.php?id_category=4

b. on product category page i got the " product name, price, cart" layer at the bottom of each product column
as show here: http://shop.1stidea.com/category.php?id_category=2
& the Orginal theme should have this summary layer flow on top of product picture column
Original link here: http://ipno.tik.free.fr/blackwhite/category.php?id_category=4

Thanks, some one can help me? I really like this theme, and i tried every theme availble on 2link. and nailed down on this one.

Help!help!help!

Link to comment
Share on other sites

a. Got to Back Office >> Preferences >> Products and
change Products per page to 9.

b.It seams you are using product list from Element theme.Is this on purpose ?
If not try to delete all files prestashop/tools/smarty/compile except index.php and refresh page.
If that doesn't help check product-list.tpl and global.css, you have

new
#center_column .categorie_product .new_product {
background:none repeat scroll 0 0 #98CB00;
margin-top:1.5em;
padding:0 0.3em;
position:absolute;
text-align:center;
}
global.css (line 625)



and it should be

        
MacBooknew





#center_column .categorie_product span {
background:url("../img/transparent_bg.png") repeat scroll 0 0 transparent;
color:white;
font-weight:normal;
margin-top:12.5em;
padding:0.4em 0.6em 0.8em;
position:absolute;
text-align:left;
width:197px;
}
global.css (line 632)

Link to comment
Share on other sites

Thank you so much Razaro, you are awesome. I reinstalled ps, turns out nothing to do with element theme, though i installed it before, with your code, i just got it right. Complete code should be like this:

  
{$product.name|truncate:30|escape:'htmlall':'UTF-8'}{if $product.new == 1}{l s='new'}{/if}

{displayWtPrice p=$product.price}{l s='View'}
{l s='Cart'}












thank you so much, i come to prestashop 3 days ago, have a lot to learn, so much settings in the backoffice. Have a nice day, my friends. Deng Deng Deng! http://shop.1stidea.com, everything is fine now.

Link to comment
Share on other sites

  • 2 weeks later...

hello
could you tell me which module you use to get so nice header on your home page, with the automatic slider.
thnaks

Thank you so much Razaro, you are awesome. I reinstalled ps, turns out nothing to do with element theme, though i installed it before, with your code, i just got it right. Complete code should be like this:
  
{$product.name|truncate:30|escape:'htmlall':'UTF-8'}{if $product.new == 1}{l s='new'}{/if}

{displayWtPrice p=$product.price}{l s='View'}
{l s='Cart'}












thank you so much, i come to prestashop 3 days ago, have a lot to learn, so much settings in the backoffice. Have a nice day, my friends. Deng Deng Deng! http://shop.1stidea.com, everything is fine now.

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...