What is the difference between PHP GD2 and ImageMagick?
Magento 2 Image Processing Settings: Image Adapter What is the difference between PHP GD2 and ImageMagick? Which one is fast(optimizing website speed) and which one should be recommended?
Magento 2 Image Processing Settings: Image Adapter What is the difference between PHP GD2 and ImageMagick? Which one is fast(optimizing website speed) and which one should be recommended?
I just updated my magento website from 2.3 to 2.4.3 Now I’m getting this error: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘angolo.pagebuilder_template’ doesn’t exist, query was: SELECT MAX(template_id) as max, COUNT(*) as cnt FROM (SELECT pagebuilder_template.template_id, pagebuilder_te… Read More »SQLSTATE[42S02]: Base table or view not found: 1146 Table
I have to resize the product gallery images. I’m using this link to resize image Resize Image but it’s only allow to resize image product_base_image. While I have to resize all other image then base image. I’m getting all images… Read More »Magento 2 How to resize product gallery images?
I want to change the validation for DOB field on create account page. Currently the validation is in the format mm/dd/yyyy , I want to change the validation for that field to dd/mm/yyyy. Can anybody tell me where is the… Read More »Change date of birth date format in Magento 2.3
How does fieldset.xml work and when to use it?
3 with default checkout but it loading too slow in that too rest/default/V1/guest-carts/W4tUoafhV2AvU8CeJcnlzuALWRqSzfE1/shipping-information and payment-information these api call taking time i disabled used payment methods and shipping implemented cdn Fallowed https://onilab.com/blog/magento-checkout-slow-fix-it-in-8-simple-steps/ https://bsscommerce.com/blog/magento-2-checkout-slow/ Select one of the payment methods then Click… Read More »Magento 2 default checkout page too slow
I’m react-native developer, I’m new to Magento, REST and OAuth. I want to use the Magento 2.0 OAuth REST API to login into my app I am getting this token as shown in the image, how can I use this… Read More »How can I get user information from JWT tocken?
I’m doing Custom Checkout, and here is what i’ve done til now. The adea is to use validate so when i click on “Next” button, it gonna check if the checkbox in “Terms of Use”, if its checked, then it… Read More »Magento 2.2.5: How to validate shipping address
I am using Porto Theme (Magento 2) for building an e-commerce website. I have some categories that has sub-categories, so when I go to that sub-categories page, then it is showing the category filter empty, so I want to remove… Read More »How can I remove the category filter from category page that do not have further any categories?
I am using Magento 1, installed on a Windows 10 php(7.2) WampServer. I tried to add this extension=php_mcrypt.dll in php.ini, but continued to receive the error. How to add extension=php_mcrypt.dll in Windows 10 to resolve this error?