Magento 1 with Fotorama
I integrated in M1.9 Fotorama with 2 new buttons for zoom in and zoom out for the image when the fullscreen is opened. What I want to do is to open the full screen popup when I click on the… Read More »Magento 1 with Fotorama
I integrated in M1.9 Fotorama with 2 new buttons for zoom in and zoom out for the image when the fullscreen is opened. What I want to do is to open the full screen popup when I click on the… Read More »Magento 1 with Fotorama
I am enabling MSI on a site that has had it disabled for a long time. The site is running 2.4.6 version of Magento. We intend to have two stock sources, one source (default) will serve the main website and… Read More »Refactor deprecated stock registry calls when enabling MSI
So when I install Magento using DirectAdmin all goes well. When I go to the website I get the error “Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider”. I… Read More »Magneto error: “Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider”
Hello, I have a cPanel reseller hosting account with CloudLinux, and one of my WordPress sites has been experiencing very high CPU usage … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1924241&goto=newpost
Hello, Kindly advice or share experience using – roundcubeplus.com skins and plugins as below or any other company is proving the sa… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1924258&goto=newpost
Hello community. First, I apologize to the moderators if this thread doesn’t belong in this section. Currently I’m working on a websit… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1924208&goto=newpost
I am trying to extend the image content type to add an anchor tag with a href attribute. I struggling to get the attribute herf in the master.html file. here is my master.html <a attr=”data.desktop_image.attributes().href” data-lightbox=”image-1″ data-title=”My caption”> <img if=”data.desktop_image.attributes().src”… Read More »How to add an anchor tag in image content type of page builder
Ref: Magento 1 Store: I am trying to understand how I can run a report that shows all products that have been placed onto a back order, but are actually now in stock and just need fulfilling to clear the… Read More »Magento 1 – Back Order Issues – How do I see which products are in-stock but still have a back order against them?
On our pdp’s we get this error: Error: Script error for “recommendationsSDK”, needed by: Magento_ProductRecommendationsLayout/js/recsFetcher I tried to manually add <script src=”https://magento-recs-sdk.adobe.net/v1/index.js”></script> in order to fix it, but this didnt work. I do not believe that we are using the… Read More »How to fix recommendationsSDK error on PDP
I did a magento update from 2.4.6-p3 -> 2.4.7-p1 and now I cannot create programmatically a product. Once I am doing: $product = $this->product->setData($productData); $this->resourceModelProduct->save($product); I’m getting this error message: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a… Read More »Getting ` 1452 Cannot add or update a child row: a foreign key constraint fails` on Magento 2.4.7-p1