Magento 2 How add PDF Uploader to UI Component?
How do I add a PDF uploader to the ui component? I could find how to add an image uploader, but I can’t find how to do it for pdf files.
How do I add a PDF uploader to the ui component? I could find how to add an image uploader, but I can’t find how to do it for pdf files.
We want to add a static block to some of our category pages that will take up the first two spots in the product grid. It would look like this finished: For testing purposes, I’ve just added a generic li… Read More »Static Block in Product Grid with Load More
I need to apply some additional code to Magento_Checkoutjsset-shipping-information.js. However, I have got a third party module which already declared a mixin on it ‘Magento_Checkout/js/action/set-shipping-information’: { ‘Amasty_Checkout/js/action/set-shipping-information-mixin’: amasty_mixin_enabled }, How can apply my second mixin? Is it just a matter… Read More »How to mixin a js action when there is already a mixin declared on it
I tried to follow this link for generating barcode for an order, but looks like 2.4.5 doesnt support Zend Barcode anymore. Can anyone guide me on how to take an orderId and generate a barcode unique for that particular order.… Read More »Generate barcode for an order in Magento 2.4.5
Please check the below code: https://i.imgur.com/hwGJWtd.png I have scheduled cron job for 12am midnight. But I cannot see cron job scheduled at 12 am. If I schedule cron job for in next 15 mins it will be scheduled but it… Read More »magento 2 cron failed scheduled at 12 am
I know there are solutions for getting one column as an array. $collection->getColumnValues(‘column_name’); And adding limit without setPageSize() and setCurPage() $collection->getSelect()->limit(3) But I want both. My temp solution is I’ll run foreach loop over the collection from limit statement and… Read More »Add limit on collection of custom table and get one column value
Which control panel (cPanel Vs DirectAdmin) is better for security and why?… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1890930&goto=newpost
Hi Everyone, We have several dedicated servers running cPanel with CloudLinux with almost 2k sites hosted. We use Magic Spam Pro to attem… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1890882&goto=newpost
i have store with 2 lan arb and eng and i add validation in number and i add ar_Sa.csv but its not convert when i change store to arabic its show same in english below is my code $.validator.addMethod( ‘mobile_ksa’,… Read More »Translate not working in jQuery message
I have installed magneto 2.4.5 and trying to show manufacturer above product title . I have set custom theme using Luma as base , I have found many example of showing custom attribute on the product page , but none… Read More »Display and link custom attribute in product page mangento 2