I am trying to add a product to cart with a customizable option. I can add simple products, but I have not successfully been able to add a product with an option. The product will eventually be added dynamically but I just want a hard coded example right now to […]
Magento
In Magnet2.4.2, multiple sites use the same category product, product url is not rewritten Such as: I have two websites, a.com and B.com, I created a new website, a.com, in the background of Magento2.4, added classified CAT and maxcat. Access to products: https://a.com/maxcat.html Then I added a new website in […]
it’s my first time using magento and i have luma theme “without sample data” and i want to put slider in it, when i do this the images showing under each other like a block not a slider, i searched a lot for this issue and found a lot of […]
JSON Error show in Design It Tool Check attachment and link https://personalitees.com.au/pd/design/index/id/3/
I am trying to create a multi-image upload field in customer_form. Referring the official docs, I used ImageUploader Uicomponent. Since, it extends FileUploader UiComponent I have added isMultipleFiles configuration to true. But I am not able to select multiple files. I tried this in a fresh Magento 2.4.3 install, still […]
I need a free module like this https://www.ulmod.com/image-gallery-for-magento-2.html with the same functionality which I can add images and videos to existing album gallery and manage galleries and albums from admin panel
Added “grunt-contrib-livereload”: “^0.1.2” to sass compile grunt config. Yes, it’s reloading, but whole DOM. Magento 2 native config reloader reloading just the styles, not page reload. How I can setup grunt in this way? module.exports = function (grunt) { const sass = require('node-sass'); const timer = require('grunt-timer'); require('time-grunt')(grunt); require('load-grunt-tasks')(grunt); timer.init(grunt, […]
We just recently tested upgrading from M2.2.4 to M2.3.7 and have ironed out most of the issues, however when trying to load a page, we get the following error: Fatal error: Uncaught Error: Object of class MagentoFrameworkViewPageTitle could not be converted to string in /app/code/CleverSoft/Base/Model/Renderer.php:141 Stack trace: #0 /app/code/CleverSoft/Base/Model/Renderer.php(141): str_replace(Array, […]
Is it possible to set the shipping address in the cart if I have 2 inputs(county and city)? What I want is to have that estimated delivery to have a real price, not 0.00. Thank you! I use Magento 2.3