Is there a global variable that denotes that a quote is ready to be accepted by the customer? We want to hide the "add to basket" button until the admins have had a chance to review and price the quote.
Announcement
Collapse
No announcement yet.
Variable for 'quote ready'
Collapse
X
-
Variable for 'quote ready'
Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.comTags: None
-
Bruce - PhosphorMedia There is no Ready status for quotes. When a quote is submitted it has a status of New. Then when a quote is sent it has a status of Sent. When the customer submits the Request form on the quote information page the status is Response Needed. Finally there is a status of Purchased when the quote has been purchased.
You could create a quote custom field and when the quote is ready have the customer service representative update the custom field. Then you can have template code check for the quote custom field and show or hide the button.
Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
-
Hi, I'm looking at setting this up as well, but I can't figure out how to read the custom field data. When I put
&mvt:quote_info:info_fields_custom[3]:code;
on the page, I get the name of the custom field, but that is the same whether or not the box is checked. How do I read if it's checked?
Thanks
Comment
Comment