Magento 2 home page trailing / Issue
In my magento-2 website all the pages are open without trailing / but home page is open from both with and without trailing /, how fix home page without trailing /
In my magento-2 website all the pages are open without trailing / but home page is open from both with and without trailing /, how fix home page without trailing /
I don’t want to go far I might be wrong, but what is the explanation of this situation: From my connection IP address which is outside unit… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899546&goto=newpost
I added a custom address attribute using the EavSetupFactory. /** * Class AddressAttribute */ class AddAddressClassificationAttribute implements DataPatchInterface { const ATTRIBUTE_CODE = ‘address_classification’; /** * @param Config $eavConfig * @param EavSetupFactory $eavSetupFactory * @param AttributeResourceModel $attributeResourceModel */ public function __construct(… Read More »Magento 2 Custom Address Select Attribute Place Order Issue in Checkout
Page builder has defaults for most element styles e.g. like this: Out of the box it appears in this case the defaults are an unexpected 0 which means no default margins between columns – all are bunched up together. Seems… Read More »Magento Page Builder default styling
I need to make it mandatory (required field) to enter a coupon code during checkout. Do you have any suggestions? Alternatively, prevent the checkout order confirmation if a coupon code is not entered. I’m using magento 2.4.5. thanks
I am trying to add product specification section in admin product view page. This section has to include three images upload function that display its specification, and then title input field, description textarea. So that I am trying to show… Read More »How to add product specification information in admin product view page?
I am trying to download an invoice via “Print PDF” in one of my orders. But I’m getting the error “Failed – Network error” in Chrome, Firefox and Edge. How can I fix this so I will be able to… Read More »Can’t download PDF invoice, getting a “network failure” error. Magento ver. 2.3.4
special_price magento 2 collection it’s not taking parent product in there if product collection i will take visible product collection then it’s not taking variation collection if i will take invisible product then is take all variation product but not… Read More »how to special_price magento 2 collection it’s not taking parent product
I got this issue when I tried to run composer install.
I want to update the cart items using my custom API with the latest price which I am storing in a custom table. In the first API hit it is only updating the original custom price in the item table… Read More »Magento 2 Update cart Item price based on latest price change in custom table