Search results for "product category":

To include an HTTPS link to an image URL in a product feed, please open app/code/local/Amasty/Feed/Model/Profile.php. Then find the #344 line and comment out: $value = str_replace('https:', 'http:', $mediaConfig→getMediaUrl($value)).After you save...

To format currency without a sign (e.g.: $), you need to make the settings manually, as there isn't an out-of-the-box solution. Follow a complete guide to make it correctly.

Too high shipping cost is one of the reasons why customers don’t complete their purchase. To increase customers’ trust level, you need to inform them about all your shipping opportunities and minimize the shipping fee. At the same time, the well-organized...
1. How can I save a product attribute value programmatically in Magento 2? Saving a product attribute value programmatically in Magento 2 can be achieved by using the Object Manager and the product repository. Here's how to do it:$productRepository = $...
A configurable product in Magento 2 is the most popular product types. However, those who have switched to the second version from Magento 1 might have noticed that many settings were updated including configurable products price. In Magento 1 you were...

By default, you get only 2 product stock statuses in Magento 2 admin panel: in stock and out of stock. Also, you can enable the Only X left message on your storefront. See, how you can show stock quantity on product page and other tips. 

There are many means of notifying your users about new products. For example, if you want to attract more attention to your novelties, you can highlight them with catchy magento 2 image labels
The customer does not always need all the functions that are offered in the store. It all depends on the type of products you are selling. This time we will focus on the Magento product comparison function. Sometimes buyers simply don't need to compare...
Recently viewed products widget allows you to make shopping process at your store easier for customers. To show recently viewed products on specific pages, you don't need a 3rd-party Magento extension. Just set up an additional widget in the Admin Panel...

You need to follow these steps to auto add a product to the cart programmatically in our Magento 2 extension

Didn’t you find the answer to your question? We are always happy to help you out.

Loading