Announcement

Collapse
No announcement yet.

Apply Coupon on Product pages Need Help Fast!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Apply Coupon on Product pages Need Help Fast!

    We need assistance here. We are trying to add the feature apply coupon on product pages. Currently, it looks like Miva is only set up to apply coupons on the basket page.

    We would like to add that feature on the product pages as well. If possible adjust the product price accordingly. but not necessary.

    When the customer clicks "add to cart" that coupon is applied to the basket page

    Any assistance is welcome. PayPal Ready

    We are using Miva 10

    https://www.miva.com/forums/forum/on...need-help-fast

    #2
    If you wanted it in 2 steps you could simply move the coupon form from the basket to the product template after or before the form that contains all the product attributes and buy button. Set the URL the form sends to to _self so it submits back to the product page.

    But if you wanted it in the same step and your site uses Ajax add to cart you could fire off another Ajax request when the product is added to the cart to apply the coupon.

    What readytheme are you on? URL to site?
    Colin Puttick
    Miva Web Developer @ Glendale Designs

    Comment


      #3
      the ready theme is colossus.

      Our affiliate is sending the coupon codes through the URL Link.

      The form action is already set to .action="&mvt:urls:_self:auto_sep;Session_id=&mvt: global:session_id;" and the incoming URL that contains the action is
      ?Action=ACPN&Coupon_Code=
      or
      &Action=ACPN&Coupon_Code=

      maybe I am missing something here

      Comment

      Working...
      X