• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 30.09.19, 15:52
  • Opened by: Adam Alrajjoub
  • Closed by: Marek
  • Closed on: 01.11.19, 18:43
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #15729 - I want to disable the module Promokit AMP

Hi, I want to disable the module Promokit AMP

But before I do that I want the redirect code

https://www.xxxxx.se/mobile/product/843054-justerbar-solsang-med-dyna-195x59-5x35-cm-teak

to

https://www.xxxxx.se/843054-justerbar-solsang-med-dyna-195x59-5x35-cm-teak.html

Thanks in advance for help

Best Regards
Adam

Comments

Adam Alrajjoub 30 Sep 2019, 15:54

Please note that multiple stores feature is enabled

Marek 01 Oct 2019, 12:53

Just disable AMP module and you will not have a link with “mobile”

Adam Alrajjoub 01 Oct 2019, 13:23

thank you for replying.
But what about the links indexed by the search engine?

Marek 01 Oct 2019, 13:26

What’s the problem with indexed links? they will be reindexed after some time

Adam Alrajjoub 01 Oct 2019, 13:30

OK, I will disable the module.
2-
How do I make two products in a row?

Marek 01 Oct 2019, 14:01

try following CSS:

body #pattern .view_grid .product_list .grid-container { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
Adam Alrajjoub 01 Oct 2019, 14:36

I have added the code above but unfortunately nothing has changed.

Marek 01 Oct 2019, 14:38

Please give me a page where I could see that

Marek 02 Oct 2019, 11:27

Try this

body #pattern .recently_view_left {display:grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }

Don’t forget about cache

Adam Alrajjoub 02 Oct 2019, 16:47

I have added the code above but unfortunately nothing has changed.

body #pattern .recently_view_left {display:grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
Marek 03 Oct 2019, 11:13

Don’t forget about prestashop and browser’s cache