• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 22.06.18, 12:52
  • Opened by: Elav Web
  • Closed by: Marek
  • Closed on: 11.07.18, 11:57
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12431 - Product names do not appear in product_tabs

Hi,
we have the following issues on the homepage http://peccatidistile.com/newshop :

1. product names do not appear in product_tabs when we select bestsellers, specials or new arrivals, while they appear if we select featured products

2. newsletter form does not work (there are errors js as Uncaught ReferenceError : popup is not defined and Uncaught ReferenceError: isEmail is not defined) and the button is not visible.

Thank you for help

Comments

Marek 22 Jun 2018, 13:23

Hi, Elav.
1. Should be fixed now.
2. Please disable JS cache to see where exactly the error is.

Elav Web 29 Jun 2018, 16:33

JS cache is disabled now.

Marek 30 Jun 2018, 08:22

there is an error in your custom code http://take.ms/sEpEj

Elav Web 04 Jul 2018, 15:20

I corrected the js errors but the newsletter button still does not appear correctly, even the sending function does not work

Marek 05 Jul 2018, 12:27

Try this fix:

body .newsletter-form .svgic {top:16px}
body .submit-widget-newsletter {min-width:55px;}
body .newsletter-form {flex-direction: row;}
Elav Web 05 Jul 2018, 17:16

Ok, thank you. Now newsletter button appears correctly, but newsletter subscription does not work yet. There is this js error:

pagebuilder.js:14 Uncaught ReferenceError: isEmail is not defined

  at HTMLButtonElement.<anonymous> (pagebuilder.js:14)
  at HTMLButtonElement.dispatch (core.js:963)
  at HTMLButtonElement.elemData.handle (core.js:939)

or this one

Uncaught ReferenceError: popup is not defined

  at HTMLButtonElement.<anonymous> (pagebuilder.js:12)
  at HTMLButtonElement.dispatch (core.js:963)
  at HTMLButtonElement.elemData.handle (core.js:939)
Marek 06 Jul 2018, 12:22

sorry, I missed that.
Now it should work, but you have to clear prestashop cache first. I’m not able to do that because I can’t login to your back office

Elav Web 11 Jul 2018, 11:56

Ok. Thank. now it works.