• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 23.05.23, 14:49
  • Opened by: Edward Rosner

Ticket #24695 - Product Tab

Hi,

Long time no here :). I waited for the update and I started to test it again. It’s much better.

I have a question:
There is the module product tab, which is very nice and works very well.

But is it possible to add e.g. the variable EAN13 into it? I import my products with the prestashop import function (csv files), which saves me a lot of time. I’m afraid that I have to add the text for the additional tab manually, because there is no import field. I can import it directly into the mysql, but this is my problem.

More important: I want summarize the information and include e.g. EAN13, MPN or weight and hide the prestashop tab. I also can do this manually, but it would be much easier or simpler to use the variable

e.g. MPN: $Variable_MPN, Weight: $Variable_Weight

so I just need to copy past the text with variables in each article, instead also checking the numbers and when there is a change I just need to do it once.

is this possible?

PS: I have a small problem with the translation. I added german language and the missing variables. but it still says “search” instead “suche” in the front page. (i already deleted the cache).
PPS: do you want the german translation for your template?

Comments

Edward Rosner 23 May 2023, 14:53

PPPS: Do you know where I can delete the sort by sales. In the category you can sort by price, name… but I want to hide sort by sales. The customer doesn’t need to know this information

Fred 24 May 2023, 19:00

Hi, Edward.
Sorry for the late reply.
1. But variable of EAN13, MPN is already available in the product page, so if you have EAN13 code added to a product it should be displayed
2. Sometimes you need to go to translations, find the word to translate and just click Save to re-write translation
3. Try following CSS to hide bestsellers option

.products-sort-order .dropdown-menu > a:nth-child(1) {display:none}