I am using Presta 1.6 and the blocklayered module to filter products by price value. However, the filters show wrong prices and range.
What do I mean:
When the range is between 5,95 and 6,25 I get products that are 5.40, 5,50 and even 4.90.
I have tried to set the filtering options with and without tax but nothing changes.
The prices that are shown are nowhere close to the "no tax price" of the products.
The range of the filter is also wrong the $min-price and $max-price are close but not exact.
The shop's currency is BGN - Bulgarian Lev.
Anyone tackled this problem?
Related
I have looked online to find a solution to my problem but can’t see an answer to that specific issue.
I’m using Magento CE 1.8.0
The prices in the catalogue are excluding VAT
VAT is set at 20%
The system is set as Prices exclude Tax
The front end catalog list and product page are set to show both prices excluding VAT and including VAT.
My issue is that the price including VAT on some products is out by 1p on the catalog list and product view, although it is correct at checkout.
For example a product priced at £34.49 ex VAT shows a price inc VAT of £41.38 in the list view and product page (which is incorrect) and £41.39 in the checkout page (which is correct).
The issue is that I have a Google merchant feed that is sending the correct price inc VAT (£41.39) to Google and they’re complaining that the price on the website is different (even if it’s just 1p).
I have seen plenty of people with the ckeckout totals being incorrect while the catalog price is correct but not the other way around.
Has anyone got any idea what the problem could be?
We had a similar problem and in researching it found out that certain settings in System > Configuration > SALES > Tax > Calculation Settings can cause rounding errors.
This may have the solution for you:
http://www.magentocommerce.com/knowledge-base/entry/magento-ce-18-ee-113-tax-calc
Today I've run into a new problem and can´t find a solution.
I've added some simple products and configurable products via MagMI. Everything is fine. Products are shown in the front-end as I want it. But following happens:
simple product 1 has a price of 49€, simple product 2 has a price of 90€.
Both are part of the same configurable product which has a price of 49€. Now, in cart, the single-price of both simples is 49€. (If I print out $_item->getSku() I get the right skus of the simple products, so I think, the products in cart are the correct ones)
How can I fix this?
It would be also helpful if someone could tell me where the subtotal is built exactly - I can't find this.
I would be thankful for all help or hints.
If the simple products are not visible individually then the price shown will be the price of the configurable product. The pricing variations on the associated single products are managed in the Associated Products tab of the configurable item.
Pricing is managed here as a plus/minus relative to the price of the main configurable.
Can anyone help me find the products in current shopping cart matching the applied coupon criteria?
Actually I need to set the custom discount (50% on highest one) amount on any one matching products, By default Magento applied the 50% discount in all the matching products buy I need to apply discount on only one item.
I have make some Google and get some links on https://stackoverflow.com/ and http://www.magentocommerce.com/, but not able to get any solution or suggestion.
Any help will be appreciated.
[EDIT]
e.g. I have four items in the cart in those two items matching the coupon criteria (Whatever we have set in condition), So by default Magento apply 50% discount (set in coupon) on these two items, but I want to give the discount only on one(highest price) out of these 2.
Did you try to select needed products in 'actions' tab? You may select only these products, for which you want to apply discount, there.
Also you may find 'Maximum Qty Discount is Applied To' configuration option there.
I have a problem with the special price in grid mode product view.
I want the special prices to show the way the sold out items show, with a little image saying SALE, but without the normal prices showing.
http://www.tigerandelephant.com/index.php/t-shirts-1.html heres the link to the product page.
Thanks for your answers!
Have you tried checking getSpecialPrice on the product model? If it returns an empty don't apply your image and show the normal prices, if it has a value apply your special class/image to get the sale ribbon and don't show the normal prices.
Is it possible in Magento to show the price range of simple products as opposed to the price set for the main configurable product.
For example, say we have a t shirt, configurable by size and each with a different price. It doesnt make sense to show a fixed price on the catalog page does it?
I would expect to see something similar to Prices from £3.99.
Does anyone know if this is possible without any custom modification.
I know, it is NOT good solution but worth to try.
Create simple products of each t-shirt based size then group this products like "Polo T-Shirt". Users will see only "Polo T-Shirt" but they can choose what they want from drop-down list.