Advanced coupon and product pricing in opencart - php

I have got couple of strange requirements for a shopping cart which is developed on Opencart 2.0.1.1 framework.
It would be really helpful if someone can guide me in this development
Is there any way I can show different product prices per country. For example if one product costs 10$ in USA, I want the same product to be of 15$ in UK.
Is there any way I can make user use one coupon to avail different discount rates for different products. For example discount on product A is 1$ , then discount on Product B is 6$ but with same coupon code
Help is really appreciated. This is a quick requirement.

try this open cart extension for advanced coupon combinations,
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6240

Related

Woocommerce fixed cart discount code. Discount appear as a reduction on the product and not on the cart

Hope your doing well today!
Well I'm facing something and I don't know if it's editable or if I can do something about it.
Basically on a WordPress site with some product and reduction code with the Woocommerce core.
They (the client who mandate the site) always use the fix reduction on the cart but in the order tab of woocommerce when we check an order the discount appea on the product(s) for exemple if I have 3 product in my cart and a fix discount: 50.
Everything is fine for the customer they have the reduction but in the backoffice if I check the order page and the recap the reduction apply on the cart and not split between product as show on the image.
Basicely what they asking me is how to apply only in the order/invoice/etc the reduction on the cart and not displying it to the product(s)
I hope i'm clear with my question if u need more information don't hesitate.
Thx everyone !

WooCommerce - Create coupon for sale products ONLY

I have searched around the web, but haven't been able to find anything that point me in the right direction.
It is possible to create a coupon in WooCommerce, that doesn't discount sale products, but we need to "reverse it", so it only works with sale products.
Has anyone been able to do that? Any help is appreciated here.
How many sale products do you have? Out of the box, you could select the list of products the coupon applies to within its settings
Now that I think of, you could assign all sale products to a given category e.g. "Sale items", and use that to include product categories in the coupon settings
Otherwise, if you don't want to to things manually, there is some PHP to write

Magento shipping charge based on specific zip code and weight range

I need to calculate the shipping charge based on following to criteria.
I have fixed specific pin codes available for shipment.
The weight of the product.
Condition: If the weight of the product is within 500gms then free shipping otherwise on every 500gms additional price of Rs 50 will be added as shipping charge.
Kindly guide me as to how to achieve this in magento 1.9
Please use the Google drive link for the solution of this question and first disable all other shipping methods except this shipping then it will work properly.
Download the customised code according to the requirement.
https://drive.google.com/file/d/0B5RZxA4F3j3KWmo2WUFJWXE0ejQ/view

Magento Simple Bundle with Fix Price

Magento is missing the most simple feature of Bundle product. Magento's bundle product only supports base price and then adds each individual price to the final price. I don't want that.
I want to bundle up a few product and sell it with a single price. For example I have a keyboard and mouse. Each they are selling for $25. But buy them both (in a bundle) I'll sell it for $40.
The customer doesn't get to pick what mouse or what keyboard or how many they want. These two product, in a bundle for $40. That's it. Buy it separately and its $25 for each.
Can it be done?
with 1.7 it works. you have to choose "fixed price" before you save the bundle! after that you can't switch back to dynamic price.
I found a way around to get this done. Basically what you want to do is provide a 20% discount on the bundle product as compared to single simple product in your case $20 for each instead of $25 . What you can do is while creating the bundle product set the price as dynamic for the product with 20% discount (special price to be 80%) and then add bundle items with default quantity of one with checkbox input type. HTH.
Andy
You can try this module : http://www.magentocommerce.com/magento-connect/catalog/product/view/id/17061/s/simple-bundle-web-cooking-3892/
For simple bundles, directly configured on main product admin page!

Magento tier price round off

I'm using Magento 1.4.1.1
I set up a tier price in admin panel and its working well.
The problem is in the shopping cart, it displays only 2 decimal places.
Example:
In my backend I set up a tier price 0.211 but when I check it in the shopping cart, it displays 0.21. By that, it creates a computation problem.
Like when the price is 0.210 and I ordered 250pcs the answer is 52.50,
Unlike when the price is 0.211 and I ordered 250pcs the answer is 52.75.
So there is a computation difference.
I want that the price in the shopping cart to be the same on the tier price that I set up.
Is there a way to do that?
Thanks and Have a Good Day! :)
to answer your question: yes you can, but you have to change the code on many different files in magento, here you'll find more answers: http://www.magentocommerce.com/boards/viewthread/16337/ Don't forget to keep your magento system update proof!

Categories