Hi,
I need advice or help with OC 1.5.1.1.
I need the option that show (display) two prices for a product
I need that because first price is regular price but Second price is for customers which pay with credit card (total price increasing by for exaample 7%) so i need function to display this two prices and after that to manage them in checkout process.
First price_> regular price
Second price ->should be increased by a percentage. (same percentage for all products).
That second price also should be increased based on discount, special or option price.
EXAMPLE:
First price: 100
Second 107 (increased bu 7%)
If SPECIAL PRICE is activated (set to 90)
First price:100
Special price 90
Second price: 96,3 (increased special price also by 7%)
if DISCOUNT is activated (for example 4 products 80 per item)
First price: 100
Discount price 90
Second price: 96,3 (increased also by 7%)
4 or more 80
Second price DISCOUNT**
4 or more 85,6 (increased also by 7%)**
I managed alone, until now to display two prices ( by changing product.php, product.tpl and localisation files) but have problem displaying Second price Discount** (that one increased also by 7%).
Do you know if there is any distribution that solves the problem.
Maybe my approach is totally wrong. I dont know because i am not experienced in opencart (start learning about OC before couple of days)
PLEASE HELP
ALEN