Page 1 of 1
Search found 10 matches
Re: rewards in options are not working
The issue is solved
in system\library\cart\cart.php
go to line 253
Code: Select all
'reward' => $reward * $cart['quantity'],
Code: Select all
'reward' => ($reward + $option_points) * $cart['quantity'],
- Sun Jan 03, 2021 3:05 am
- Replies 3
- Views 204
Re: Rewarding Points With Product Options
Hello, I need to clarify the way how the Reward Points is given when there is Options in the product. The current scenario is: I have products, and I rewards the customer 200 points for each quantity of this particular product. And, I have options as well in the same product, which makes the price,...
Jump to post- Sun Jan 03, 2021 3:00 am
- Replies 5
- Views 947
Re: Rewarding Points With Product Options
Hello, I need to clarify the way how the Reward Points is given when there is Options in the product. The current scenario is: I have products, and I rewards the customer 200 points for each quantity of this particular product. And, I have options as well in the same product, which makes the price,...
Jump to post- Sun Jan 03, 2021 1:52 am
- Replies 5
- Views 947
Re: rewards in options are not working
Sorry, I mean 3.0.2.0 Jump to poststraightlight wrote: ↑Fri Jan 01, 2021 4:38 amWhile this OC version does not exist, what is the actual issue it produces?Asma Duramae wrote: ↑Fri Jan 01, 2021 4:33 amHi everyone,
I am using opencart version 3.0.2.3
When I chose an option, the reward should be decrease or increase depending on the option but actually doesn't work .
Any solutions!
- Fri Jan 01, 2021 4:56 am
- Replies 3
- Views 204
[SOLVED] rewards in options are not working
Hi everyone, I am using opencart version 3.0.2.0 When I chose an option, the reward should be decrease or increase depending on the option but actually doesn't work. It show me the default reward points. what I mean is how can I show the rewards points of selected option in the cart Any solutions!
Jump to post- Fri Jan 01, 2021 4:33 am
- Replies 3
- Views 204
Re: cannot add image in product menu
thanks, I think now it is working Jump to post
- Wed Dec 30, 2020 6:18 pm
- Replies 12
- Views 602
Re: Changing default design button colors, boxes.
Hello, i am using Opencart 3.0.3.6 default theme, and i want to change all the blue buttons to diferent color (most importantly Add to cart button on product page), I dont know where to find it in css code. Also i would like to change the header categories corners to not round: https://i.imgur.com/...
Jump to post- Wed Dec 30, 2020 6:17 pm
- Replies 5
- Views 270
Re: cannot add image in product menu
We can't help you without further details, your problem description is too vague. What is your OC version? Any extensions? What theme? What's the URL? What are the exact steps leading to your error? Are there any entries in your OC error log? my OC version 3.0.2.0, When I add pictures to the produc...
Jump to post- Thu Dec 24, 2020 2:11 am
- Replies 12
- Views 602
Re: Hide ZOne/state. help please
add style="display:none" in div section inside register.twig <div class="form-group" style="display:none"> <label class="control-label" for="input-payment-zone">{{ entry_zone }}</label> <select name="zone_id" id="input-payment-zone" class="form-control"> </select> </div> then in register.php in cont...
Jump to post- Tue Dec 22, 2020 12:15 am
- Replies 4
- Views 342
Re: استفسار المنتجات الغير متوفر
وعليكم السلام
in admin panel تستطيع التحكم في توفر الكمية
setting --> click edit in your store --> options خيارات
(ستجد في الأسفل خيارات للتوفر واضغط على خيار نعم عند (عرض تحذير عدم توفر المنتج في السلة
- Sat Dec 19, 2020 2:14 am
- Replies 2
- Views 312
Search found 10 matches