Hi,
I'm moving our website over to v7 from v6 for the easy discount codes, as we need this done pretty quickly. The site upgraded almost perfectly, just a few design tweaks I need to make with regard to layout, but that's no prob.
The weird thing is this NETQUOTEVAR business. I have gone into "View | Discounts and Surcharges Settings..." and created a discount based in cart value including actual tax of type percentage, requiring a coupon code. I then created a line in the Triggers box for 10%, and restricted it to credit card purchases only.
I want the coupon entry to be visible in the basket stage rather than the checkout. Here's where things look a little odd - I have my basket page and the coupon code box appears below the total value but above the update/save buttons etc - all good so far. But at the top of the page, above the 'Shopping Basket...' line, is a table row containing:
NETQUOTEVAR:COUPONTITLE (<-- in bold) NETQUOTEVAR:COUPONMESSAGE then a bit of space, then a textbox in which sits a NETQUOTEVAR:COUPONACTION message (deleted when you click the textbox) and the submit button labelled NETQUOTEVAR:COUPONACTION.
Now looking at Act_ShoppingCart.html I see this HTML at the top of the page, but I can't see any way (other than just deleting it from the file) in Actinic of stopping it being displayed on the basket page.
If I only enable the coupon code to be entered at the checkout phase, it all works fine but the customer only sees their discount has worked on the final receipt page. From experience, people want to see the discount in the basket before purchase so this is what I am going for... but I can't get this stuff off the page!
Anyone know why?
I'm moving our website over to v7 from v6 for the easy discount codes, as we need this done pretty quickly. The site upgraded almost perfectly, just a few design tweaks I need to make with regard to layout, but that's no prob.
The weird thing is this NETQUOTEVAR business. I have gone into "View | Discounts and Surcharges Settings..." and created a discount based in cart value including actual tax of type percentage, requiring a coupon code. I then created a line in the Triggers box for 10%, and restricted it to credit card purchases only.
I want the coupon entry to be visible in the basket stage rather than the checkout. Here's where things look a little odd - I have my basket page and the coupon code box appears below the total value but above the update/save buttons etc - all good so far. But at the top of the page, above the 'Shopping Basket...' line, is a table row containing:
NETQUOTEVAR:COUPONTITLE (<-- in bold) NETQUOTEVAR:COUPONMESSAGE then a bit of space, then a textbox in which sits a NETQUOTEVAR:COUPONACTION message (deleted when you click the textbox) and the submit button labelled NETQUOTEVAR:COUPONACTION.
Now looking at Act_ShoppingCart.html I see this HTML at the top of the page, but I can't see any way (other than just deleting it from the file) in Actinic of stopping it being displayed on the basket page.
If I only enable the coupon code to be entered at the checkout phase, it all works fine but the customer only sees their discount has worked on the final receipt page. From experience, people want to see the discount in the basket before purchase so this is what I am going for... but I can't get this stuff off the page!
Anyone know why?
Comment