Rank: Member
Groups: HelpDesk
Joined: 11/15/2021(UTC) Posts: 10
|
If a product has a zero price, can it be shown on the site as Call For Price? We have a few items that must be purchased through our custom print company. We have a link on the item pages to the order page for those products but the customer can still add the product to the cart and it shows as $0.00.
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
Yes, you can add a link or custom text on the product page and disable the product from purchase. You can disable purchases from the product page using 'Disable product from all purchases' option under Additional settings.
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
You can edit the _BuyProductDialog file Website/Views/Product/_BuyProductDialog.cshtml and add the text something like this: Code:if (Model.Price == 0)
{
<span>Call us at <a href="tel:yournumber">YOUR NUMBER HERE</a> for pricing.</span>
}
|
|
|
|
Rank: Member
Groups: HelpDesk
Joined: 11/15/2021(UTC) Posts: 10
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close