Questions tagged [price]
Questions about displaying and calculating product prices
1,609 questions
0
votes
1
answer
188
views
magento 2.4.7 display price of out of stock configurable products
I tried this link : Magento2: show price for out of stock configurable products
and this link also : enter link description here
but does not work for me !!
my configurable product always return 0 ...
0
votes
0
answers
42
views
Magento 2 I want to update product weight and price on add to cart with custom options
I have two custom options on the product view page: width and length. When adding a product to the cart, I want to update both the weight and the price based on these options.
Currently, the price ...
0
votes
2
answers
99
views
Get cost price on frontend
I’m trying to get the cost price attribute from the advanced pricing section to show on frontend. I’ve set the attribute to be visible on frontend but not sure on the code I need to use in the ...
0
votes
0
answers
43
views
How to reference dynamic product info in a category text
I want to be able to reference the price of a certain product in a category text, but this price will change over time, so I want to reference it dynamically.
Is this natively achievable?
If no, how ...
0
votes
1
answer
111
views
Magento 2 : Special price From and To Date Calendar not Showing
I am using 2.4.6-p6,
when I try to set the From and To date inside the special price form the calendar is not showing.
However, I have other custom product attributes of type calendar, and working ...
1
vote
4
answers
644
views
Show Product with Custom Price in Magento 2
I'm trying to update/override the product price using the code below.
frontend/di.xml file
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&...
1
vote
0
answers
82
views
Magento 2 - mini-cart - tax / price issue - after returning from checkout
I have a question about the minicart.
In my Magento 2.4.3 I have different tax classes per store view. When I change the store view,
the prices also change with the respective tax rate (also in the ...
0
votes
1
answer
170
views
Products sort by Price not woking correctly with simple and configurable products
Recently, a client noticed a problem with the products sort by Price function in the category page.
For example, the user selects Sort by Price Ascending. The system will return the configurable ...
0
votes
2
answers
99
views
show each product price in the checkout summary
In the checkout summary, the products * quantity price is showing. With this, I want to show the price of one item. It means with the total price I also want to show the one each product's price in ...
0
votes
1
answer
155
views
Adding base price in minicart - Magento 2.4.6 + hyva theme
I've been looking for a solution for some time to add the base price to the hyva minicart (the one reworked with alpineJS), not the already discounted one.
Do you have an idea on how to do it?
Thanks ...
0
votes
1
answer
68
views
Special Price Updating unknowingly - Magento 2
We have an issue with the product's special price on our website. Special Price is updating for a few products unknowingly. we are not adding them manually and we suspect that it is happening with an ...
1
vote
0
answers
72
views
Magento 2 simple products: How to show lowest price first on category and product page?
we have staggered prices for simple products for different products.
We would like to show the lowest price first on the category page as well as on the product page. That is the lowest price which we ...
1
vote
0
answers
71
views
Magenerds Baseprice not working in Magento 2.4.6?
I am using Magenerds Baseprice in my shop. It worked in version 2.3, in 2.4.6 it stopped working - the base price is not updated on swatch change. I tracked it down to \vendor\magenerds\baseprice\view\...
1
vote
0
answers
39
views
i need to create a observer that will change all products prices on category page
this is my events.xml code
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&...
0
votes
1
answer
233
views
magento 2.4 how to add a price field in system.xml
On my magento 2.4.4 I'm creating a new module with its configuration in system.xml. The file itself works fine, I've created a yes/no field to enable/disable my feature plus an input text to add some ...