I'm attempting to get this configured in a store using Suivant. Okay, no problem I thought because I have a fresh install of Miva 10.06 with the latest version of Shadows so I should be able to snag the bits of code needed since whoever did the documentation used images for things that need to be copied & pasted.
I'm trying to start from the beginning while an overly excited storeowner is playing with the Manage Quotes Utility. Our end goal is the same as the Overview statement
Before I could even start working on the templates, the store owner was asking "how do I send a test email to see how it looks?" (I'm guessing that you need to use your own email address).
I hit my first snag trying to use the docs, I could not quickly copy & paste the code snippets because they are graphics. I went to my dev store to hunt down the first snippet. And then I discovered the Link to Quote History List was not in my dev store, no biggie, it wasn't a huge block of code. I found the code for the LOGN page template but when I got to the Show Link for Active Quotes I could not follow or even find what it was telling me I should see in either the live store or my dev store.
Again with an image for a code snippet
and what page is it supposed to be added to?
It's all sort of gone downhill from here because I can't even get any button to display that can be clicked to request a quote. Adding the item to the page sure didn't get one to show up. Do I need to assign an Item too? The Messages Item is already assigned.
Help! Please.
I'm trying to start from the beginning while an overly excited storeowner is playing with the Manage Quotes Utility. Our end goal is the same as the Overview statement
It allows your customers to add products to their cart and submit a quote request. Your sales team manages and responds to the quotes that customers submit.
I hit my first snag trying to use the docs, I could not quickly copy & paste the code snippets because they are graphics. I went to my dev store to hunt down the first snippet. And then I discovered the Link to Quote History List was not in my dev store, no biggie, it wasn't a huge block of code. I found the code for the LOGN page template but when I got to the Show Link for Active Quotes I could not follow or even find what it was telling me I should see in either the live store or my dev store.
Again with an image for a code snippet
Code:
<mvt:item name="request_quote" param="request_quote" />
It's all sort of gone downhill from here because I can't even get any button to display that can be clicked to request a quote. Adding the item to the page sure didn't get one to show up. Do I need to assign an Item too? The Messages Item is already assigned.
Help! Please.
Comment