How can I add multiple product links to the Short Description of product?
I have a product which contains multiple items and would like to add in the links to each of the items web page in the short description section – is this possible?
Auto Added by WPeMatico
I have a product which contains multiple items and would like to add in the links to each of the items web page in the short description section – is this possible?
i created the custom widgets for M2. Now i want to limit the text parameter to 20 characters in length, with a validation error if this value is exceeded. Here is the part of my widget.xml <parameter name=”short_title” xsi:type=”text” visible=”true”… Read More »How to limit text parameter in the custom widget with 20 characters
For a little context, we have recently made the decision to disable page builder and move towards a component-driven content entry approach utilising widgets. We have a “Generic Text” widget, which consists of a custom WYSIWYG parameter. Whilst testing this… Read More »Widget not inserting or saving when the word ‘type’ is used anywhere in the text after a quotation mark
I have created a widget which is intended to be used for add information as a best seller, this is a category with this name, which has subcategories and products added to these. To display the data I need it… Read More »Magento 2 : Widget and Components Created for a PDP page
I have created a widget which is intended to be used to add information as a best seller, this is a category with this name, which has subcategories and products added to these. To display the data I need it… Read More »Widget and components created for a PDP page
We would like to create widgets with layout updates and load these widgets in a specific place on the category list page. So we would like to create a widget from admin, load a CMS static block and then select… Read More »Load widgets in specific position on category list page – Magento2.4
When I try including widgets the product images are barely visible. (Too small) Is there anyway to rectify this?
We are using the Better Blog extension inside of Magento to create multiple posts for marketing. It uses the same Page Editor as Element->Pages on the Magento Admin Panel. In the editor you can add the widget, modify the widget… Read More »Insert Widget Catalog Product Link in Better Blog not showing on front end
All widgets I have ever created programmatically extends Template implements BlockInterface and I was curious if you can extend different classes for a widget module’s block?
I have a situation. We have built our Magento site as headless (data is provided from GQL). Category pages, PDP, catalog search result pages, etc all are headless except CMS pages because of product-related widgets. We built all our components… Read More »Product related widgets in GraphQL