• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 17.05.19, 02:23
  • Opened by: Mahmoud Ali
  • Closed by: Marek
  • Closed on: 23.05.19, 09:07
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14563 - SIZE CHART IMAGE + INVOICE CUSTOM and email

Hello i want to know how to delete the default size chart image to use mine and how to riceve an email when customers make orders and how to customize the invoice
thanks

Comments

Marek 17 May 2019, 07:54

Hi, Mahmoud Ali.
But as I can see you already changed the image https://take.ms/Cb6Mm right?
As for invoice, that is not related to the theme. You have to ask prestashop community how to do that, because I have no idea.

Mahmoud Ali 17 May 2019, 08:45

Hi Marek,
After i asked you to fix this issue i found other ticket from others for this topic, thanks for your replay. I will ask prestashop about the invoice.
Thank you again

Mahmoud Ali 17 May 2019, 09:09

But now the size chart is not responsive on the mob version, i used this code in AMP custom css
#product-modal .product-images {

flex-wrap:nowrap;
flex-direction:column;
justify-content:flex-start;
align-items: flex-start;

}
@media (max-width:575px) {
#pksizeguide-global tbody td span {

  font-size: 11px;
  text-transform: lowercase;
  line-height: 11px;

}
#pksizeguide .pksizeguide-content {padding:15px}
#pksizeguide-global {padding:0;}
body .pksizeguide-content .oh > .row > .col-lg-6:last-child{padding-left:15px}
}
But it’s not working the same

Mahmoud Ali 17 May 2019, 09:09

#product-modal .product-images {

flex-wrap:nowrap;
flex-direction:column;
justify-content:flex-start;
align-items: flex-start;

}
@media (max-width:575px) {
#pksizeguide-global tbody td span {

  font-size: 11px;
  text-transform: lowercase;
  line-height: 11px;

}
#pksizeguide .pksizeguide-content {padding:15px}
#pksizeguide-global {padding:0;}
body .pksizeguide-content .oh > .row > .col-lg-6:last-child{padding-left:15px}
}

Marek 17 May 2019, 18:46

But as I can see you already fixed that, right?

Mahmoud Ali 17 May 2019, 19:04

No it’s not responsive for the mobile version

Marek 18 May 2019, 07:57

But I see it’s ok for me https://take.ms/xGSLz what’s exactly the problem?

Mahmoud Ali 18 May 2019, 11:00

please find the attachment and you will see the problem

Marek 19 May 2019, 10:33

Try now, it should be ok

Mahmoud Ali 19 May 2019, 10:50

Awesome! works good, i want to ask about if i can display product size on the product hover and to disable labels on the product like out of stock and new

Mahmoud Ali 19 May 2019, 10:57

Something like this

Marek 20 May 2019, 09:12

Right not I’m not able to help you with this customisation

Mahmoud Ali 22 May 2019, 22:12

OKAY, IT’S FINE NOW
THANKS