Questions tagged [coupon]

For questions related to performing discounts on eCommerce transactions. (Please do not use this tag for questions regarding financial calculations regarding bond coupons and interest rates.)

This tag refers to performing discounts on eCommerce transactions (i.e. taking coupons in the applications OpenCart, Magneto, or WooCommerce applications.) Besides the logic to implement the discounts, this tag could also refer to generation of unique or batch coupon codes.

For financial calculations regarding bond coupons and interest rates, please use a different suitable tag, such as:

499 questions
0
votes
2 answers

Magento coupon discount

I am setting up magento store which buy stuff from customers. Instead of decreasing Price of the product, I want to increase the price of the product using coupon code. in which file i need to make changes for this. Update 1: Thanks Amit. I have…
0
votes
1 answer

How to add dynamic discount amount for one coupon in Magento

How to set dynamic discount amount if an coupon is applied. For this i have created a shopping cart price rule and send this promo coupon to some customers and when they purchase products from my site and applied this coupon every customers get…
user1343641
0
votes
1 answer

Magento : how to get the coupon code percent-off amount in the sidebar cart?

I'm using Magento 1.5.1 and I try to show the total of the cart in the sidebar cart like the checkout/cart page. I'd like to show the coupon code percent amount if only a coupon has been applied. For now, I show the cart price with the shipping…
Boun
  • 413
  • 4
  • 17
0
votes
1 answer

Symfony2: Coupon field in user registration form

I want to set up a functionnality on user registration: user can enter a coupon code that has been previously generated and stored in a table. The field appears along with the user registration form. If they enter a code that doesn't exist, the form…
fkoessler
  • 6,932
  • 11
  • 60
  • 92
0
votes
1 answer

Magento Core discount

I've been struggling with this for a while, should be pretty straight forward but... I'm trying to apply coupon to order using magento cart.coupon.add api. The product is Virtual here is my code ( and I've tried everything i could find on google…
Gal Blank
  • 2,070
  • 2
  • 18
  • 18
0
votes
2 answers

Can I generate coupon codes for the virtual products in my android app/game?

I have seven virtual products in my game and would like to give one away each day or so to people who visit my website.
0
votes
2 answers

magento event listener

I don't want to apply the discount coupon on the products already discounted i.e on products having special price . So i created a event listen as : 0.1.0
-1
votes
0 answers

How to use a list of predefined coupon codes as prize

I have list of coupon codes that defined on another website (site A) that I don't have access and I have to use them as prize for my event on my WordPress site (site B). Every spin wheel plugin that I saw and used is WooCommerce friendly, but they…
-1
votes
1 answer

Error messages related to coupon below coupon field

Based on Move coupon form before payment section in WooCommerce checkout answer code. I'm customizing the Woocommerce checkout page, moving the coupon code field on different location. Now the biggest problem is that I can't find a way to move…
Karnak
  • 21
  • 2
  • 7
  • 21
-1
votes
1 answer

Adding coupon form to side cart on shop page

First, here's the website: https://aypac.de/woocommerce/shop/ (please don't mind the CSS fuck-ups or the absence of a redirection button to the cart/checkout). So I've copied the apply coupon code from the cart page to my widget/shortcode which…
Zealot
  • 1
  • 2
-1
votes
1 answer

Enable Coupon Code for Users If they Visit a specific page in the website

How to enable Coupon Code for Users If they Visit a specific page in Woo commerce website
SHENE
  • 196
  • 1
  • 10
-1
votes
1 answer

WooCommerce apply coupon depends of cart line item quantity

After long looking, I was not able to find any proper code how would be possible to apply coupon for a cart line items. Lets say customer added some product quantity of 10, my selected coupon should be applied for that product. If he adds another …
-1
votes
1 answer

Limiting created coupons to an email address with AutomateWoo plugin

I'm using an AutomateWoo workflow to generate a coupon on certain triggers, the triggers work fine. As the action, I'm sending an email and using the following to generate a coupon. Again this works fine and it generates the coupon based on the…
Rob
  • 6,304
  • 24
  • 83
  • 189
-1
votes
1 answer

Changing WooCommerce coupon discount amount in cart

What I'm doing: I am creating a coupon based promo. The coupon will discount 10% of the most expensive item in the cart that belongs to a specific product category. The problem: The code below successfully checks if the cart contains products from…
Seb G
  • 661
  • 1
  • 15
  • 34
-1
votes
2 answers

How to check whether product is able to apply coupon not?

How can I check that product is able to coupon apply? I need the coupon id or other coupon data in shop loop items of the woocommerce and product details of the woocommerce. Any coupon data is stored them in the product details like in the product…
Ajay Ghaghretiya
  • 784
  • 1
  • 6
  • 30