Cart Price Rule
I am working in Magento 2.4.5 I am trying to set a Cart Price Rule where I say “Buy specific X SKU and Y SKU get 10% discount on” Is there any possibility to set this up without any extension?… Read More »Cart Price Rule
I am working in Magento 2.4.5 I am trying to set a Cart Price Rule where I say “Buy specific X SKU and Y SKU get 10% discount on” Is there any possibility to set this up without any extension?… Read More »Cart Price Rule
I am getting that exception when view category in front end , I did re index also. [2023-11-09T05:26:45.393702+00:00] report.CRITICAL: ElasticsearchCommonExceptionsServerErrorResponseException: {“error”:{“root_cause”: [{“type”:”no_shard_available_action_exception”,”reason”:null,”index_uuid”:”WJLPjai1SamDpLoyR_gerA”,”shard”:”0″,”index”:”intro-uat_product_1_v3″}],”type”:”search_phase_execution_exception”,”reason”:”all shards failed”,”phase”:”query”,”grouped”:true,”failed_shards”:[{“shard”:0,”index”:”intro-uat_product_1_v3″,”node”:null,”reason”:{“type”:”no_shard_available_action_exception”,”reason”:null,”index_uuid”:”WJLPjai1SamDpLoyR_gerA”,”shard”:”0″,”index”:”intro-uat_product_1_v3″}}]},”status”:503} in /var/www/html/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:726
Index No.39 is Available in Market Magento 2 Theme – Sport Store Have Good Days! If you are looking for a theme about Sport Store – Fitness clothes and sports equipment…, Index #39 – Sport Store Magento 2 Theme is… Read More »[MAGENTO UPDATE] SM Market Magento 2 Theme Added Index No.39
Now I want to turn off the review form as shown in the image. When I click on the word Be the first to review this product, the review form appears, what should I do?
hello i get this error with my module on my store magento Notice: Undefined variable: secureRenderer in /home/user/domains/domain.com/public_html/app/code/Webkul/VideoPlayer/view/adminhtml/templates/helper/gallery.phtml on line 38 and the code <?= $secureRenderer->renderEventListenerAsTag( ‘onclick’, “jQuery(‘new-video’).modal(‘openModal’); jQuery(‘#new_video_form’)[0].reset();”, ‘button#add_video_button’ ) ?>
I am trying to edit my theme in Magento 2. I am using the Theme “Fastest”, and I am trying to do things such as add background images. I am looking for an HTML file for editing the header and… Read More »HTML vs XML in Magento 2
we have a product attribute called min_sale_qty. It’s inside the advanced_inventory. We created a custom variable called min_sale_qty. No comment. Php Script: <?php class Gmsq { public function getMinSaleQtyAllowed($productSku): float { $objectManager = MagentoFrameworkAppObjectManager::getInstance(); $stockResolver = $objectManager->get(‘MagentoInventorySalesApiApiStockResolverInterface’); $storeManager = $objectManager->get(‘MagentoStoreModelStoreManagerInterface’);… Read More »Feed with min_sale_qty attribute
I have updated the magento version from 2.4.2 to 2.4.3 so when i checked the composer.lock file so it changed the all URLs for github. Please help me on this why this issue occuer.
I have upgraded my website from magento2.3.5 to magneto2.4.6, and everything works fine but when I open any order detail page that was placed before upgradation, it gives me this error, any idea?
Unfortunately, I unable to output multiple objects when I send a request to my API endpoint. Here’s my code: appcodeDevRestApiModelApiProductRepository.php <?php namespace DevRestApiModelApi; use DevRestApiApiProductRepositoryInterface; use DevRestApiApiDataProductInterface; use MagentoCatalogModelResourceModelProductCollectionFactory; use MagentoStoreModelStoreManagerInterface; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoFrameworkAppRequestInterface; use MagentoFrameworkControllerResultJsonFactory; /** * Class… Read More »Magento 2.4.6. Unable to output multiple data in json format