Are there any extensions that will show pricing "As Low As," based on discount promotions? The less expensive options get a bit buried, and this would be a tremendous sales hook.
You could mention it in the blurb.
Actually looking for something that would present the lower price before the customer clicks to the product page.
The blurb would do that. They see the product picture and below it would be "As Low As $x.xx
Hi,
I have done that for my project..
I am attaching a screenshot of that you need to change some files..
Hope this screenshot helps you..
Note: You also need to add CSS to it
Without looking at the style.css file, this is inserted at the end of the file?
@digitalt: Just add that text where ever it is highlighted
/*CSS FOR AS LOW AS PRICE*/
.aslowas{
color:red;
}
Note: This will make all appear "As low as" on all of your products.
Nice solution. Thanks!
Quote from: rvalani on October 26, 2016, 12:26:26 PM
@digitalt: Just add that text where ever it is highlighted
/*CSS FOR AS LOW AS PRICE*/
.aslowas{
color:red;
}
Note: This will make all appear "As low as" on all of your products.
Got it, thanks.