Videos on product pages only showing up as screenshots – Embedded viewer not loading

I do fully intend to ask on the Magento Slack Community, but I figured I would ask her as well. The issue is in the title. I have a few product pages in one of our Magento 2 CC sites that have YouTube videos embedded on them with the standard product images. When viewing these …

Add a static text on Checkout page

Hi, i’m trying to add the text “Enter Your Shipping Details Here” before the Address Line 1 field, i’ve tried to use the LayoutProcessor method to add the text but it wont show up, maybe im not defining the correct code? Screenshot: https://prnt.sc/irudV1MXChHN Code: $jsLayout[‘components’][‘checkout’][‘children’][‘steps’][‘children’][‘shipping-step’][‘children’] [‘shippingAddress’][‘children’][‘shipping-address-fieldset’] = __(‘Enter Your Shipping Details Here’); any help regarding …

Integrated Web to Print/ W2P solutions

My company currently uses both ChiliPublish and PageFlex Web to Print templating software to allow users to design business cards, business cards, etc directly on the site (we use different ones depending on the web store platform being used). I’m having trouble finding any information on integrating either of these with Magento either using an …

Image Size

First off, I’m a normie. I added a product and put an image in. However, when I view it when live… the image is tiny tiny. The thumbnail is small and the product image is small. Not sure if I can post links; but I can show you. Appreciate any help. If it requires coding; …

Best way to use K8s PVC for static / media files on magento2

Hello ! I got a question regarding magento2 on K8s. For the people using kubernetes, what storageclass / kind do you use to share media / static files between your pods ? I tried AzureFiles and a “standard” NFS server, but my performances are very poor. Any advices / good experiences ? ​ Thanks for …

Need help creating a custom API endpoint

I’ve followed this tutorial on how to create my custom API endpoint, but I’ve ran into a problem, which is that I keep getting the following error: Error: Cannot instantiate interface DevRestApiApiProductRepositoryInterface in /var/www/html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50 I’ve ensured the namespace and Classname are correct and I’ve executed bin/magento setup:upgrade, bin/magento cache:flush, and bin/magento setup:di:compile multiple times. What …