What I want to do is: Site URL: example.com API URL: api.example.com And how can I do this? I m currently using magento 2.4.5 I would like the api url to be only for API calls not for the whole site again. thanks
Magento
Set custom option value from cart to product view page in magento 2. i am using on add to cart event checkout_cart_product_add_before and set the option code add_option with option (is_available with yes) but on edit time and update the cart time custom option removed
While downloading product.csv file in MAGENTO getting below error: ========= The webpage at https://example.in/bradadmin/admin/export_file/download/filename/catalog_product_20230517_143650.csv/key/1c1eb7cdbcf882d3db091bd5d83d4d7ced5515a543fa255f0c1bc4e520dcbe42/ might be temporarily down or it may have moved permanently to a new web address. ERR_INVALID_RESPONSE ============ Hosting is in AWS. Please HELP!!!
I have upgraded my website from magento 2.4.3 to 2.4.5 and now I am getting the issue Access to XMLHttpRequest at from origin has been blocked by CORS policy issue I have a multi store setup and have tried a number of solutions. These are the URLs of my store […]
I’ve create a custom module to collect customer data and return it back to Google at success page. In my module success.phtml : <?php /** @var ChicGoogleBlockSuccess $block */ ?> <h1><?= $block->getGrandTotal() ?></h1> <script> gtag('event', 'conversion', { 'send_to': 'AW-11109313262/QKkuCMyiuqAYEO7VqrEp', 'value': '', 'currency': 'SAR', 'transaction_id': '' }); </script> Now at success […]
I’d like to be able to add a class to the tiles in category grid view in admin where an item’s stock is zero (0). How can I do this? My goal is for the tiles to look something like this:
When I try including widgets the product images are barely visible. (Too small) Is there anyway to rectify this?
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 […]