I have a ViewModel that returns if a user is logged in or not and we need to add this functionality to vendor/magento/module-page-builder/view/frontend/templates/catalog/product/widget/content/carousel.phtml but we’re unsure on the correct way to do this. Cheers
Magento
i’ve created a brand new Magento 2.4.3-p1 installation and using the media gallery i’m getting some errors. The main error is when i’m trying to upload images i always get the error below One other issue is when i access one folder…sometimes not all the images are displayed. For example, […]
I’m using magento version 2.4.1 and composer version 1.10.25. i tried to update it to magento 2.4.3-p1 using composer but i always received an error. First i run this command: composer require magento/product-community-edition=2.4.3-p1 --no-update then i run php -d memory_limit=-1 /usr/local/bin/composer update but i always got this error: Problem 1 […]
I am wondering if there are any hosting providers out there that are not VPS that offer Magento 2.4.3+ and have Elasticsearch enabled. My current hosting provider offers Magento on it’s cPanel, but I cannot “ping” the Elasticsearch service and I keep getting an “Could not validate a connection to […]
I am currently trying to install Magento Cloud locally using Docker on my Windows 10 Pro. The issue I am having is when I run the command: curl -sL https://github.com/magento/magento-cloud-docker/releases/download/1.2.0/init-docker.sh | bash -s — –php 7.4 It will run up until its time to install composer packages in which I […]
I need to programmatically create a new attribute set, via setup patch, based on another one, I do not have to use ID because it’s not fixed, only have attribute set namethank you
I want to integrate the courier guys(https://www.thecourierguy.co.za/integration/) shipping method on my Magento 2.4.3p1 website. Can any one help me with this?
I have added a page builder field to my admin form but it seems I can’t apply any templates (the dialog doesn’t show up and neither do any errors) and configure any elements (same behaviour). I can save templates no problem. The code for the form element: <field name="short_content" formElement="wysiwyg" […]
I would like to use the “Position of attribute in layered navigation block” value to sort attributes in More Information tab on product detail page I know that the attribute structure on product page is build of the following file: vendormagentomodule-catalogviewfrontendtemplatesproductviewattributes.phtml But with the foreach loop it looks like there […]