https problem
[CENTER][B]I still have the https problem and I don’t know what to do, even though I contacted the host, but nothing arrived. I ask the exp… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1913798&goto=newpost
[CENTER][B]I still have the https problem and I don’t know what to do, even though I contacted the host, but nothing arrived. I ask the exp… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1913798&goto=newpost
Using a module for a mobile app and this code is retrieving search results. However it’s completely ignoring anchor categories and I’ve spend most of the afternoon trying to figure out why not. There’s not a great deal of documentation… Read More »ApiSearchCriteriaInterface returning products in anchor categories (or not)
while adding some css to the frontend , the add to wishlist became like in the photo this is the code `.product-addto-links { display: inline; .action { margin-right: 5%; } } .product-social-links { margin: 0 0 20px; text-align: left; padding-top:… Read More »how to fix the text ADD TO WISHLIST in the front end [closed]
I am experiencing an issue where two Cart Price Rules are returning incorrect discounts. Rule 1 apply 20% discount Rule 2 apply 30% discount The total 50% discount should be applied. For example, if the Subtotal is $1700, the discount… Read More »Two Cart Price Rules are applying incorrect discounts
the LESS file changes is not shown on frontend , i tired removing cache and different files rm -rf var/cache/* var/view_preprocessed/* then upgrading and deploying but when i deploy the website is broken
getting error while add to cart magento 2.4.2 1 exception(s): Exception #0 (Exception): Notice: Undefined variable: linkCollectionFactory in /var/www/html/242/vendor/magento/module-downloadable/Observer/IsAllowedGuestCheckoutObserver.php on line 53 PLease help me out on this error
magento 2.4.4-p2 i have 13750 products. I have crated one dropdown attribute with 4 values it is required attribute. After that i have assigned attribute data to product it showing frontend also. in admin pannel catalog->product search by keyword i… Read More »magento 2 admin product grid search by key word getting gate way time out
I have a website running on Magento where my account feature does not work on the mobile version of the website. I want it to look like the second picture when I click on the account button. enter image description… Read More »I have a website running on Magento where my account feature does not work on the mobile version of the website
I am working on REST API for the cms block and adding some custom fields in the cms_block table. However, I didn’t see the methods getExtensionAttriubtes and setExtensionAttriubtes in the CMS Block model. And Curious how can I achieve this… Read More »CMS module don’t have the getExtensionAttriubtes and setExtensionattributes
recently I came across one developer’s code in magento 2, where he was accessing objects in another class to avoid dependency injections. Like for example we have VendorFeatureHelplerData class and that has one method that we use multiple places. VendorFeatureHelplerDataCache… Read More »Magento 2 Coding Practice