Page 1 of 1

MSRP & Savings on Product Card?

Posted: Tue Feb 27, 2024 6:32 am
by lecarlb
I've been thinking of ways to peak visitors' interest once they arrive on the site. One way is supercharged product cards.

I was wondering if it's possible to put "Up to X% off" or some of the info from the MSRP Pi module on a 1.0.8.4 shop. Maybe could be an addon.
---------------------------------------------------
ALSO

What I've noticed about product cards on websites:

a) if product is on special showing percent off
b) if product has limited stock
c) strikethrough msrp showing new price and savings
d) shipping info such as lead time or delivery timeframe

I've attached some examples. Thank you

Re: MSRP & Savings on Product Card?

Posted: Tue Feb 27, 2024 10:16 am
by burt
It's basically the same answer as similar post about star ratings.

Override the product_card component and add in the extra data.

Give it a go.

Re: MSRP & Savings on Product Card?

Posted: Tue Feb 27, 2024 10:24 am
by lecarlb
burt wrote: Tue Feb 27, 2024 10:16 am It's basically the same answer as similar post about star ratings.

Override the product_card component and add in the extra data.

Give it a go.
I don't understand how to override the product_card data.

If you're talking about copying the file and placing it in the override component folder, then I've already done that, I think.

Re: MSRP & Savings on Product Card?

Posted: Tue Feb 27, 2024 10:30 am
by heatherbell
lecarlb wrote: Tue Feb 27, 2024 10:24 am I don't understand how to override the product_card data.
If you're talking about copying the file and placing it in the override component folder, then I've already done that, I think.
Yes, that is overriding the product card

Re: MSRP & Savings on Product Card?

Posted: Tue Feb 27, 2024 10:36 am
by lecarlb
heatherbell wrote: Tue Feb 27, 2024 10:30 am
lecarlb wrote: Tue Feb 27, 2024 10:24 am I don't understand how to override the product_card data.
If you're talking about copying the file and placing it in the override component folder, then I've already done that, I think.
Yes, that is overriding the product card
Ok, great. Now I gotta find where to grab the code from.

Thank you