Jump to content

Pls Help With Restore Add To Cart Button


Recommended Posts

Hello

Restore the Add to cart  button on the product page.

 

submitting a copy of the original file product.tpl and produkt.css  so that I can paste it in my fileI

 

or want to reset the button to the original as it was originally .someone who knows what to do ,

 

 

 

it looks now: http://lodochsvetshuset.com/index.php?id_product=2&controller=product

 

 

thanks for the help

 

Link to comment
Share on other sites

What exact number version you have?

As Dh42 said, you can find all your files on github. If you click on the Branch drop down and go to Tags, there you can find all PrestaShop versions.

Here is link for version 1.6.1.3 : https://github.com/PrestaShop/PrestaShop/tree/1.6.1.3/themes/default-bootstrap (you can change the number version right in the link).

Click on the file that you need, click on Raw, then CTRL+S and save the file (without the extension .txt), or just copy paste the code in your files. 

Link to comment
Share on other sites

Hello

 

 

I 'm very grateful for the help

 

I removed all Themes from the File Manager and installed it again , everything is all original

but the Add to Cart button is still the same , what's wrong ? Where can I go in and change it.?

 

PS v1.6.1.2

 

I uploaded the file so you can check on them .

 


product.tpl.txt

product.css

Link to comment
Share on other sites

You have most of the add to cart button styles in product.css at line 454 .box-info-product .exclusive and it's different from the default one.

You can see the in the default product.css that class is at line 443: https://github.com/PrestaShop/PrestaShop/blob/1.6.1.2/themes/default-bootstrap/css/product.css#L443

Also in your product.tpl look for id="add_to_cart" and see that your code is different from the default one: https://github.com/PrestaShop/PrestaShop/blob/1.6.1.2/themes/default-bootstrap/product.tpl#L389

Link to comment
Share on other sites

×
×
  • Create New...