johnxl Posted May 2, 2013 Share Posted May 2, 2013 (edited) I want to change those three things but i cant find where Please help me ! They all ar in product page ! 1. Change color of prduct name 2.Change yellow color of box ''More info'' in the bottom of image 3. Also i want to remove add to cart button Edited May 3, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 iPod nano: <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> add to cart: {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} <span class="exclusive"> <span></span> {l s='Add to cart'} </span> {else} <p id="add_to_cart" class="buttons_bottom_block"> <span></span> <input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" /> </p> {/if} more info: <ul id="more_info_tabs" class="idTabs idTabsShort clearfix"> {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Data sheet'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if isset($accessories) AND $accessories}<li><a href="#idTab4">{l s='Accessories'}</a></li>{/if} {if isset($product) && $product->customizable}<li><a href="#idTab10">{l s='Product customization'}</a></li>{/if} {$HOOK_PRODUCT_TAB} </ul> <div id="more_info_sheets" class="sheets align_justify"> {if isset($product) && $product->description} <!-- full description --> <div id="idTab1" class="rte">{$product->description}</div> {/if} Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 In what files i must search them? and what i must type? Link to comment Share on other sites More sharing options...
vekia Posted May 2, 2013 Share Posted May 2, 2013 i forgot to say that this is product.tpl file located in your theme directory: themes/your_theme/product.tpl Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 Thanks ! Bu what i must type here to change color of product name? <h1>{$product->name|escape:'htmlall':'UTF-8'}</h1> Link to comment Share on other sites More sharing options...
johnxl Posted May 2, 2013 Author Share Posted May 2, 2013 When i turn on catalog mode - prices dissapear but thats ok i already removed cart button Now the biggest problem is to change product name font color ! Any ideas? Link to comment Share on other sites More sharing options...
johnxl Posted May 3, 2013 Author Share Posted May 3, 2013 (edited) Thanks it was really helpful One more thing left to fix I dont know how to changecolor of that yellow box Edited May 3, 2013 by johnxl (see edit history) Link to comment Share on other sites More sharing options...
johnxl Posted May 3, 2013 Author Share Posted May 3, 2013 I figured out It was in global.css line 770 Thanks Link to comment Share on other sites More sharing options...
vekia Posted May 3, 2013 Share Posted May 3, 2013 thanks for the information that your problem is solved feel free to write if you've got any other questions regards 1 1 Link to comment Share on other sites More sharing options...
kakalxlax Posted November 19, 2013 Share Posted November 19, 2013 hi, helpful thread, just 1 doubt, how do i move the name column (the one with the name and small description) up (so the small description starts alligned to the height of the picture) Link to comment Share on other sites More sharing options...
vekia Posted November 19, 2013 Share Posted November 19, 2013 hi, helpful thread, just 1 doubt, how do i move the name column (the one with the name and small description) up (so the small description starts alligned to the height of the picture) can you share url please? Link to comment Share on other sites More sharing options...
kakalxlax Posted November 20, 2013 Share Posted November 20, 2013 hi Vekia, im currently using a local host, the page looks like the screenshot provided at the start of the thread. what i was looking for is to align the name of the product with the "ipod > ipod nano", in other words, to move up that column thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 i don't see any picture / screenshot. Link to comment Share on other sites More sharing options...
kakalxlax Posted November 20, 2013 Share Posted November 20, 2013 attached Link to comment Share on other sites More sharing options...
vekia Posted November 20, 2013 Share Posted November 20, 2013 thank you in prestashop this is one block: so you can move whole block to top, this is what you want? if so you will need to decrease margin param for #caregory or for #header section Link to comment Share on other sites More sharing options...
emil007 Posted November 27, 2013 Share Posted November 27, 2013 thank you in prestashop this is one block: so you can move whole block to top, this is what you want? if so you will need to decrease margin param for #caregory or for #header section How to move the whole block??? Link to comment Share on other sites More sharing options...
kakalxlax Posted November 27, 2013 Share Posted November 27, 2013 thanks for the response i marked in red what i was looking to move up. isn't there a way to manually do so? Link to comment Share on other sites More sharing options...
vekia Posted November 27, 2013 Share Posted November 27, 2013 you can do it only with position:absolute; position: absolute; right: 0px; top: 0px; } for #pb-left-column Link to comment Share on other sites More sharing options...
kakalxlax Posted November 28, 2013 Share Posted November 28, 2013 thanks for the response, in which file would that be? and 1 last question to rule them all: when i change the color of the short description, the color is correctly changed in the products page, but it remains with the default color in the product list when i use "seach" or click in the category, how can that be changed? regards Link to comment Share on other sites More sharing options...
akashs Posted December 23, 2015 Share Posted December 23, 2015 hello i want ask qustion page to set pop so ,who it is? Link to comment Share on other sites More sharing options...
Recommended Posts