I know the title sounds a bit generic but it’s not what you think and I’m struggling to find an extension to upload an image to a product. It’s the ability to upload an image to a product from the front end as a customization, so on some products, you […]
Magento
Products have been imported with VAT. On each product, the Tax Class is set to "Taxable Goods" In System > Configuration > Sales > Tax > Calculation Settings > Catalog Prices = "Including Tax" An example product has the price of 229.95 set on it. This is inclusive of VAT […]
When logged into a customer account, if you click on “Address Book” in the sidebar, it takes you to a page that is just the form without the rest of the sites body, and without any styling. Just a form with no way to submit it without any styles. Not […]
How do I move the toolbar – sort by beside the title page Snacks ? I’ve been trying to have them in the same level so that my products align with css but they are in different divs it seems like.
I’m looking for a complete solution (App, Api’s, recommended barcode scanner) integrated with Magento 2 that helps to handle Magento inventory using a barcode scanner. I need to be able to scan the Magazine barcode that has 12 digits of the UPC and two different digits for the issue number, […]
I have the widget in my home page {{widget type="MagentoCatalogWidgetBlockProductProductsList" title="" show_pager="0" products_count="6" template="Magento_CatalogWidget::product/widget/content/grid.phtml" conditions_encoded="^[`1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Combine`,`aggregator`:`all`,`value`:`1`,`new_child`:``^]^]"}} With the layout: but when I hover, the layout gets weird like there’s some padding: I want it to remain the same. I added the green, yellow and pink colors to make it more clear. […]
I have override catalog-add-to-cart-mixin.js and able to get SKU form.data().productSku in ajaxSubmit Submit function. I need more details like product name, qty and price those are added to the cart. It should be same for Listing and View page AddToCart action. Any help would be appreciated. Thanks in advance.
A very confusing thing is happening with recaptcha on just one page on my site. https://in-situ.com/us/customer-stories?a=13 Oddly the recaptcha will load then immediately be removed from the page with an error in the debug console: Blocked a frame with origin "https://www.google.com" from accessing a cross-origin frame. However, the recaptcha loads […]
I’m trying to validate the customer register field called Dob (Date of Birth) in the backend of my Magento 2.4.2. If the age from the customer is under 18 years, i want to show a message in the frontend and get back to the register page ‘customer/account/create’. I created a […]