Magento
In Magento 2, I changed the fotorama gallery to vertical. Now I want to limit either the maximum number of thumbnails that shows when the page loads or limit the height of the fotorama gallery. As an example, if I have a product with 10 thumbnail images. I want the […]
I’m trying to get values from the popup model of radio buttons into the database and I’m not getting that, what am I doing wrong? BLOCK FILE <?php namespace vendorThreeYearOrdersBlock; use MagentoFrameworkViewElementTemplateContext; use MagentoCustomerModelSession; class Popup extends MagentoFrameworkViewElementTemplate { /** * @param MagentoFrameworkViewElementTemplateContext $context * @param array $data **/ /** […]
I upgraded to 2.4.3-p2 from 2.4.3 and I am suddenly getting this error when call the rest/V1/customers/me api: “message”: “Internal Error. Details are available in Magento log file. Report ID: webapi-64636c25026c3”. The exception log shows this: “main.CRITICAL: Report ID: webapi-64636c25026c3; Message: Notice: Undefined index: input-array-size-limit in vendor/magento/module-webapi/Model/Rest/Config.php on line 129 […]
The checkout stopped working after logging in on another browser’s tab. Scenario: Fill the cart and proceed to the checkout page. Go to the other browser’s tab and logged in there. Go back to the checkout on the first tab and try to complete the order. Result: Magento says “No […]
Im currently working my first small custom module and followed some threads and docs to get to the point where im currently at. Goal of the module is the following: • Create a custom route ( /shopbycar/car/< carId > ) • Get all prdocuts with attribute carId as List Thats […]
Currently our Magento is using Fastly. Last month, we got attacked by bots. They are trying to place order as a guest thru an API call. Is there any VCL script that I can write in Fastly, so I can block the bots attack? I did google and find the […]
We have a Magento 2.4.5 site and would like to change the default behavior for orders that are paid for via purchase order, by default Magento sets them to PENDING (makes sense) but we use a 3rd party order fulfillment system that imports orders that are marked as PROCESSING. I’ve […]
I need to know where to put my Google Map API Key in Magento 1.9.4.5 to prevent wrong inputs in address bar. I think it is straight forward in Mgento 2 but I can not find anywhere in Magento 1.9.4.5! Now the address input bar accept wrong addresses and I […]