Per product tax configuration : is inclusive / is exclusive tax - php

I want to add is inclusive or is exclusive configuration to per product basis.
Currently, Magento provides global configuration about catalog product price are inclusive: Yes/No.
Please check the screenshot.
http://prntscr.com/fxkrje
I want to do the that highlighted setting per product basis.
for ex:
Product A: Catalog price $1000 [INCL]
Product B: Catalog price $225 [EXCL]
Then My cart shows something like
http://prntscr.com/fxkuz4
It should be highlighted price for the second product due to its settings.
Any help would be greatly appreciated.

To achieve This Kind of functionality you have to use following Extension.
http://www.anowave.com/marketplace/magento-extensions/magento-tax-vat-switch-menu/
i already did This kind of functionality in my site

Related

Magento Product "Custom Options" Percentage

My Magento store is running 1.9.1.0. All of the products within my store have a default price of $0.00 because the price is determined from "custom options" that are selected within a product's page.
Although, one of my "custom options" for a product is based from 15% of the entire product's price. For some reason, it does not work. I am assuming that it does not work because the default product's price is $0.00 and it does not take the price after all of the custom options have been selected into consideration.
I would like some guidance on how I can make it so that the "custom option" for 15% takes into account the full amount after all custom options have been selected.
Thank you for your help in advance.
here is two way to do this work
Way : 1
If your Product Price is $0.00 and you want to change the Price 15% as per the option
then you can try the Group Product in Magento
here you have the base Product Price is depend on the Selected Products Price
Way : 2
You can create a attribute based on the Price like : tmp_price and put the product Price here and calculate the 15% of the Price of the option using the customization
let me know if can help more in this task

Category Quantity Discount for Opencart

If I have many products on one category and I want to give discounts for specific quantity like: 2 for 10% off, 3 for 15% off and 4 for 20% off in any product they purchased on that same category.
I've tried to find extensions in opencart but I didn't found one. Does anyone knows any extension for this in opencart?
Thank you.
This features is already exits int the open cart system.
Go to that product form in the admin panel,
Home -> Product-> In product form there is a Discount tab,you can set price for every product according to the quantity.

Magento: Product prize is showing zero for all products

In my website all product prizes are showing zero. I didn't set any special prize or grouped prize in product settings. This is my image which shows like this in 90% of products.Currently I'm using Magento 1.9 version.
Have you checked Cart Price Rules and Catalog Price Rules? Also, check SALES >> GST rules.
Since, your price has a strikethrough behaviour in the checkout page, it should be promotions rules. Have a good look under the both rules.
Have you created any catalog price rule?
If the price rule is working correctly is show discounted price.
but it is displaying zero means unhandled catalog price rules gives such results.

Can grouped products use backorders in Magento CE 1.7?

Can grouped products use the backorder functionality in magento?
I have created a grouped product in backend. But there is no any place there to enable backorders for the product. I have changed the Availability message in frontend for simple products and enabled the Add to cart button as well. How can I do the same thing for grouped products?
Any help will be appreciated.
You should ensure that the simple products associated with the group product are available for back-order. As long as the related simple products are saleable and the qty can go below 0 you should be able to take back-orders for grouped products as well.
So in each of your simple products go to inventory tab and set back-orders to "Allow Qty Below 0" and insure that stock availability is set to "In Stock"
If you are using another extension for displaying back-order messages I would refer to the extension documentation to see if they support grouped and configurable products.

How to handle configurable products price rules by size in Magento?

I've products (curtains) which my customer can buy after choosing the size in a given unit (it can be metter, or a volume, or anything)
Depending on the units I need to do different computation.
Currently my units are stored as a custom attribute in Magento.
How could I update price depending on the customer choosen "value" with the given units ?
Thanks
try one of these modules:
http://www.magentopricing.com
Most probably "Magento Custom Options Pricing" or "Magento Price Calculator Extension" solves your problem.

Categories