• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Marek
  • Private: No
  • Open Date: 11.04.17, 13:21
  • Opened by: Paolo
  • Closed by: Marek
  • Closed on: 28.04.17, 12:21
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10364 - Error Price in Product Page

Hi,
I have some problem in product page, I think the file product.js doesn’t calculate price well.
It’s seems to add some cents to product’s price. Can you verify this or help me to solve problem?
Thank you

Comments

Paolo 11 Apr 2017, 16:10

To let you understand what I mean, please take a look at the attached files

Marek 11 Apr 2017, 16:21

Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your server through FTP and back office

Paolo 12 Apr 2017, 14:00

Done!
Please take a look to the product named Biokap® Spray Ritocco

Marek 13 Apr 2017, 11:45

Hi Paolo.
product.js file has been updated. Now it should work

Paolo 13 Apr 2017, 12:02

Thank you sooooooooooooo much.
Can you please let me know which files did you modify?

Marek 13 Apr 2017, 12:02

product.js

Paolo 13 Apr 2017, 15:20

Hi,
there is a big problem with product page after your intervention.
The page does not show the products in Tab accessories.

Can you solve it please?

Marek 14 Apr 2017, 11:27

Strange issue. Now it should be fixed

Alexandra 20 Apr 2017, 22:44

Thanks

Paolo 28 Apr 2017, 11:10

Hi,
I have some else issues with accessories…..they appear in the bottom of details tab when page is loaded but they disappear when you click on appropriated tab (accessories tab) and after you come back on Details tab.

Please take a look to this link to understand what I mean.
http://www.erboristeria-online.eu/nature-s/arga-capelli/99-arga-oro-puro-olio-capelli-60150915.html

Marek 28 Apr 2017, 11:22

Hi Paolo.
Could you please take a screenshot of the issue? because I don’t see that

Paolo 28 Apr 2017, 11:27

Hi Marek,
this is the screen shot when page is load.
If you go down in details tab you can see the accessories, but if you go to accessories tab and come back to details tab they desappear.

Marek 28 Apr 2017, 11:59

I have added a fix, but you need to clear cache to make it work

Paolo 28 Apr 2017, 12:04

Thanks Marek,
I’ve cleaned the browser and presta cache but I don’t see any changes

Marek 28 Apr 2017, 12:05

Ok, try to add this css to fix the issue:

.page-product-box-acc {visibility: hidden;}
.act-access .page-product-box-acc {visibility: visible;}
Paolo 28 Apr 2017, 12:09

Thanks, it works!