the coupon doesn't even show up on frontend


  • Default avatar
    ldwebdesign    
     13 years ago
    0

    The problem's that I cant see where I should write the coupon code in frontend.

    The installation were shown "success".

    I've done the settings in backend, but where should I see the coupon in frontend?

    I want it to be 1 use per customer (logged in) for a 10% off all products in cart, and they should write the code somewhere in the checkout steps.

    Thanks!

    Page: http://www.ldhome.se/

    EDIT: Using VirtueMart 1.1.6 stable and Joomla! 1.5
  • Your avatar
    seyi    
     13 years ago
    0

    You probably do not have coupons enabled in Virtuemart. in the admin section, go to Virtuemart->admin->configuration->global tab and make sure 'Enable Coupon Usage' is checked.
  • Default avatar
    ldwebdesign    
     13 years ago
    0

    That one was checked...
  • Your avatar
    seyi    
     13 years ago
    0

    then it might be a problem with the template you are using. Set the Virtuemart template back to default and see if it shows up.
  • Default avatar
    ldwebdesign    
     13 years ago
    0

    No that's not worth it if somethings goes wrong. Couldn't there be another solution?
  • Your avatar
    seyi    
     13 years ago
    0

    then you will probably need to manually check the files. If you are not seeing the coupon field, it is likely because it is not coded into the template. File of interest:

    www/components/com_virtuemart/themes/[default]/templates/common/couponField.tpl.php

    where [default] is your template. You should take a look at both the default and your template and make sure they match.