Questions tagged [discount]
405 questions
-1
votes
1 answer
finding the discount price from an article having price codes
Write a program that will prompt the user to enter the price of an article and a pricing code. Your program should calculate the new discounted price and validate the input.
EVERYTHING IN THIS CODE IS CORRECT BUT WHEN I RUN THE COMPILER, I ENTER 100…

gadoora
- 1
- 1
- 1
-1
votes
3 answers
Discount calculation
I'm currently designing a database for my company's website. I would like to create a table which will hold information (logic) about our discounts so that I can just call a function with a discountID and my php code will calculate the new price. My…

Diane
- 119
- 3
- 9
-1
votes
2 answers
Discount Calculation from a Range
Discount Calculation:
Product quantity and range
1 - 10 - 1%
11 - 20 - 2%
21 - 30 - 3%
31 - 40 - 4%
41 - 50 - 5%
the above are the quantity range and their discount% given,
for example:
each product cost is 100
if i…

MAHI
- 9,263
- 11
- 36
- 47
-2
votes
1 answer
Site Wide Discount Woocommerce
Looking for a script that applies a discount to every product in my woocommerce store
So every product no variables, just 10% off everything.
And it shows the regular price, then the sale price with the sale…

FoamyMedia
- 486
- 3
- 14
- 32
-2
votes
1 answer
Reveal page based on a fan's username
I have a fan gate/ reveal page on Facebook. When the user likes the page, the user goes to a second page and the user is able to download a PDF file. I want to generate the content of the PDF file dynamically so that it includes the username of the…

dimitris
- 9
- 1
- 3
-2
votes
2 answers
Discount on a price
So this is my code so far but at the end there i am trying to add a discount option. I am not sure how to add it to multiple products. Please let me know how i can improve because i am sort of new to coding.
def best_cost():
while True:
…

Imaginer
- 1
- 1
-2
votes
1 answer
Tax discount for item calculator
How do i make a code where user input if rhe item they want has tax and then discount and then they input the percent of discount and all these price are added to the total cost
-2
votes
1 answer
how to find discount from total sum using javascript
I have a table that a user can dynamically add a row as needed. And as you can see underneath the table that is a sum of the last column's value which is dynamically added. I need to add two text boxes above the sum from that one textbox(name as…

Mjwebdevloper
- 3
- 5
-2
votes
1 answer
Variable table text in WordPress depending on discount code
I'm working on a "Rates" page on a WordPress site that should contain a table of room rates (prices) and a input field down bellow for a discount code.
Depending on one of two discount codes available, all the numbers inside the original table cell…

JuroC
- 3
- 3
-2
votes
1 answer
Shopify error Uncaught exception 'ShopifyApiException' with message 'Not Implemented' when trying to create discount hook
I am trying to create discount coupon using hook but I am getting this error below.
Uncaught exception 'ShopifyApiException' with message 'Not Implemented'

TBI
- 2,789
- 1
- 17
- 21
-2
votes
1 answer
Total Quantity Discount in Paypal Checkout
In Paypal I want to give a discount for total quantity ordered of multiple items. For example 3 pcs of Item 1 and 2 pieces of Item 2 qualify for a 10% discount because a total of 5 pieces were ordered

K Martin
- 1
-3
votes
1 answer
Can anyone help me out with discount coupons in Django?
Currently I am working on a E-Commerce Website, I Need to Implement these Offers on add to cart as the Products are being added, the Price should be discounted according to the Offer Provided.
The Offers are as follows:
Offer 1- Buy one get one…

Mr_developer.
- 1
- 1
-3
votes
1 answer
woocommerce cart qty discount for shipping
Shipping discount.
this there away to offer 50% discount on woocommerce shipping when you have 3 or more items in the cart?
eg
product 1

user3408291
- 39
- 1
- 2
- 9
-3
votes
1 answer
discount vouchers with max cashback on php
I want to make a discounted php formula with a voucher but must have a maximum cashback.
example: 20% discount with a maximum of 40000 cashback.
case: if inputted with the price of 100000 with a 20% voucher, the cashback earned is 20000, but if the…

Riko Yudiansyah
- 1
- 2
-4
votes
1 answer
Military Discounts PHP
The goal is to make a discount system in php for (us) military personel.I have searched the web for some sort of api to check a military service number of some kind but couldn't find one. What is the best way to implement this automatically.…

Friso Kluitenberg
- 1,157
- 1
- 14
- 34