• Closed by: Marek
  • Closed on: 19.09.19, 19:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #15584 - AMP - Promokit Size Guide

Hi Marek,

Why on AMP Size guide is not displaying? This is really important for us. Is is possible to add size guide on product cart?

Comments

Marek 16 Sep 2019, 11:21

Is it work in the desktop version? Could you please give me a link to a page where size guide should be shown?

Justyna Szewczyk 16 Sep 2019, 19:45

Well, I see button with size guide, but it doesn’t work. When I click button some popup is displaying but I don’t see content. Look at link and screenshot: https://laxcouture.pl/mobile/product/179-sukienka-z-motywem-zebry

And second thing - I can’t delete item from basket on mobile when I’m on this page https://laxcouture.pl/module/pk_amp/checkout. When I click “delete” page is reload and product is still in basket

Marek 17 Sep 2019, 09:40

The issue has been fixed. Please test to confirm the change

Justyna Szewczyk 17 Sep 2019, 09:57

Hi, size guide is working. But still I can’t delete product from basket, when I’m on this page https://laxcouture.pl/module/pk_amp/checkout tested on Android and iOS

Marek 17 Sep 2019, 16:34

We will fix that in the next update

Justyna Szewczyk 17 Sep 2019, 17:13

Could you tell me when it will be?

Marek 17 Sep 2019, 18:02

The solution there is easy, we already disabled shopping cart on checkout page. I can add this fix for you too

Justyna Szewczyk 17 Sep 2019, 18:13

Ok, please do this.

Marek, I have another problem. I added module pk_popup, but popup doesn’t show. I see code in web console and nothing more. Could you check this?

Lynda 17 Sep 2019, 18:37

Justyna Szewczyk, I have visited your webshop, it is beautiful !
How did you manage to remove “product details” tab on product page ?
I had removed the block “product-details” on product.tpl file but Product details tab still appears.

Thank you.

Justyna Szewczyk 17 Sep 2019, 18:46

Hi, Cazilhac Lynda. Thanks.

You can remove product details by edit file - themes/alysum/templates/catalog/product.tpl - just replace line

Before:

<li class="nav-item">
    <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details"><h5>{l s='Product Details' d='Shop.Theme.Catalog'}</h5></a>
</li>

After:

{*<li class="nav-item">
    <a class="nav-link{if !$product.description} active{/if}" data-toggle="tab" href="#product-details"><h5>{l s='Product Details' d='Shop.Theme.Catalog'}</h5></a>
</li>*}

This is the easiest way. Don’t remove, just add comment before and after <li></li>

Marek 18 Sep 2019, 15:47

@Justyna, Thank you for your help! Shopping cart is disabled for checkout page

Justyna Szewczyk 18 Sep 2019, 16:01

Thank you Marek. Could you check also module pk_popup? It doesn’t work. I added custom code Javascript, CSS. But I prefer this module for popup.

Lynda 18 Sep 2019, 16:42

Than you, Justyna. But I don’t understand why it doesn’t work for my webshop…

Justyna Szewczyk 18 Sep 2019, 16:43

I don’t know. It should be work. I can’t help when I don’t see code.

Marek 18 Sep 2019, 20:55

@Lynda try to clear prestashop cache
@Justyna but popup works fine for me

Justyna Szewczyk 18 Sep 2019, 21:29

Marek, no it doesn’t work :/ This popup, which works is mine custom javascript code. I see code of pk_popup in web console, but it doesn’t appear on website

Lynda 19 Sep 2019, 11:10

I have cleared Prestashop cache and browser cache but Product details still appears !

Marek 19 Sep 2019, 12:42

@Lynda Please give me a link to a page where I could see the issue
@Justyna try to reset Popup module

Justyna Szewczyk 19 Sep 2019, 14:33

Marek, thanks it works.

Marek 19 Sep 2019, 14:43

@Lynda, try following CSS:

#product .nav-item:nth-child(2) {display:none}
Lynda 19 Sep 2019, 17:19

It works ! Thank you, Marek !