I have a problem with opencart gift vouchers, currently when the gift vouchers is used the tax is not being deducted from the voucher, instead opencart ask the customer to pay the tax explicitly.
Actually i want to deduct the tax from that same voucher which is being used.
is it possible?
If yes, how?
Related
In backend admin panel following these steps: Catalog -> Products -> (I select the product I need) -> Edit -> Special. I insert the special price I want and it displays in Frond End in the product page. The Price which is in Data appears as CUT and the price I inserted in Special appears uncut. For example: [strike] 100.00[/strike] 90.00. My main question is: When I click Add to cart in the product page I want the the main price to go in the cart not the Special one. The client wants to see the special price but the price that goes into the cart to be the main price.
Many thanks
Special Price is actually the discounted price of a product. So, if a product is of 100 then we can sell it for 90 on some festival seasons. That's when you should use special price. Regarding your specific requirement, you should either flip the values entered in special and base price (But the special price will now have strikethrough) OR you need to alter the code.
I need some solution to hide/show specific payment and shipping methods based on category id of the products in the shopping cart.
Any suggestions would help. Thanks in advance!
Opencart version: 2.1.0.2
Here is what I did to restrict payment and shipping method based on product's weight:
http://aaviya.com/opencart-restrict-payment-and-shipping-methods-based-on-products-weight/
I looked everywhere.
I have Opencart 2.0.2.0. Some of my products are vegetable. So for them I want to insert 1kg price and give an input field for customers to enter the weight they are after. So 1kg is $29 and if the customer enters "271"g, the price should be "(29/1000)*271 = $7.85. Do you know the easiest way to implement this and pass this dynamic price?
Thanks heaps.
This OpenCart extension should be able to do it.
How could I know the product tax (its amount and/or its name) in the product page template of CS Cart 4.0.2 ?
Try
$order_info = fn_get_order_info($_REQUEST['order_id']);
var_dump($order_info);
then you can see the whole array and look for tax_id.
As I stated in the title I'd like to have a custom text field next to the price. For example I'd like to sell a bag of X by the bag (/bag) but another product is sold by /kg or /sqmeter). Now I only have the price on the product page.
Link to my webpage:
http://www.gerocskeramia.hu/webshop/
Use either the Options if this is something that needs price adjustments, or you could also use Attributes to add simple attributes like container type etc.