logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
Lynsperf  
#1 Posted : Monday, June 6, 2022 8:15:02 AM(UTC)
Lynsperf

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.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

nadeem  
#2 Posted : Monday, June 6, 2022 11:08:14 AM(UTC)
nadeem

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System
Joined: 10/11/2018(UTC)
Posts: 109

Thanks: 17 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.
nadeem  
#3 Posted : Monday, June 6, 2022 11:50:23 AM(UTC)
nadeem

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System
Joined: 10/11/2018(UTC)
Posts: 109

Thanks: 17 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>
}
Lynsperf  
#4 Posted : Monday, June 6, 2022 5:27:54 PM(UTC)
Lynsperf

Rank: Member

Groups: HelpDesk
Joined: 11/15/2021(UTC)
Posts: 10

Thank you!
Users browsing this topic
Guest
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.