• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 02.09.20, 16:40
  • Opened by: Ali Abdelwahed
  • Closed by: Fred
  • Closed on: 22.09.20, 18:41
  • Reason: Closed
  • Comment: Glad to help!

Ticket #19003 - SHOPPING CART from the computer

1- The product name must be aligned on the right side as shown in the attached picture (product name.PNG)
2- The word “color” is missing as shown in the attached picture (color word.PNG)
3- There must be a space between (x) and the price of the product as shown in the attached picture (x.PNG)

Attachments:

product name.PNG (102.4 KiB)
color word.PNG (240.3 KiB)
x.PNG (112.3 KiB)

Comments

Fred 07 Sep 2020, 15:36

1. fixed
2. please check the translation, seems it’s just not translated
3. fixed

Ali Abdelwahed 07 Sep 2020, 17:59

Thanks for fix 1 and 3
Where can I find the translation file for this word?
I did not find it.

Ali Abdelwahed 07 Sep 2020, 18:02

Unfortunately when I wanted to check 1 and 2 I found the issue the same and still not resolved

Attachments:

1&2.PNG (125.8 KiB)
Ali Abdelwahed 07 Sep 2020, 18:13

Now I noticed that the problem only appears with large screens

Ali Abdelwahed 10 Sep 2020, 00:11

Where can I find the translation file for this word “color” ?

Attachments:

color word.PNG (240.3 KiB)
Fred 10 Sep 2020, 13:09

It’s available in the Catalog → Attributes, but as I can see it’s already translated, so it seems a Prestashop bug because in the theme the title is showed up with the variable {$attribute}
here is a part of code

{foreach from=$product.attributes key="attribute" item="value"}
      <div class="product-line-info prod-features">
        <span>{$attribute}:</span>
        <span class="value">{$value}</span>
      </div>
{/foreach}
Ali Abdelwahed 10 Sep 2020, 18:11

what should I do now?

Fred 10 Sep 2020, 23:38

I have no idea. As for me that is a prestashop issue. To make sure in that you can switch to Classic prestashop theme and check out there. Make a backup before switching the theme.