Post by EMSI made » Thu Feb 07, 2019 3:28 am

Hi

I am looking for an extension for an option on a product;

Standard in OpenCart is now:
Product price
Option price
Both are multiplied by the number.

But if I make T-shirts
Is the price structure:
Product price per item € x, xx
Option price (printing in 1 color) per item € x, xx
 ATTENTION !!! with a minimum of € x, xx
Cliché costs per order € x, xx

Example

Product is € 5.00 each
Option price for the printing is + € 1.00 per piece (with minimum costs € 40.00)
The cliché costs are € 10.00

Customer ordered 30 then the price
30 pieces each product price € 5.00 = € 150.00
30 items option price € 1.00 = € 30.00 (minimum price is € 40.00) = € 40.00
cliché costs 1 x € 12.50 = € 12.50
Total (live update) € 202.50

Customer ordered 41 then the price
41 pieces each product price € 5.00 = € 205.00
41 items option price € 1.00 = € 41.00 (minimum price is € 40.00) = € 41.00
cliché costs 1 x € 12.50 = € 12.50
Total (live update) € 258.50

In combination with options combinations
In combination with live update price

I have searched but not found
Who can make this?
And what does it cost?

Please let me know

TNX


With kind regards

Newbie

Posts

Joined
Thu Feb 07, 2019 3:25 am

Post by JNeuhoff » Thu Feb 07, 2019 6:02 pm

Our Instant Option Price Calculator should be able to do that. For example, your product could be easily configured to use this option price formula (assuming your option names are 'printing' and 'cliché'):

Code: Select all

( (cart_quantity() * option_price('printing') < 40.00) ? 
  (40 / cart_quantity()) : 
  option_price('printing') 
) + option_price('cliché')

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member
Online

Posts

Joined
Wed Dec 05, 2007 3:38 am

Who is online

Users browsing this forum: No registered users and 65 guests