Magento
How do I create a parent product with multiple variants e.g. Colour: Oak, Black Oak. Then have both show as individual products on the category page but when clicked, they direct to the parent page with the variant selected. E.g. the category page were to have: Large Black Oak Extendable […]
Magento 2.4.6 Is there a way to read the value of a custom text field attribute value stored in the “All Store Views” scope? Currently I am using $product->getMyAttribute(); which returns me the value for the product from the store view I am in on frontend. But in my case […]
When I click on the + – sign on the minicart, it increases or decrease the quantity correctly. I just want add loader, When customer click on the + or – sign it shows the loader then update the quantity My template app/design/frontend/vednor/themes/Magento_Checkout/web/template/minicart/item/default.html <li class="item product-item cart-item d-flex align-items-center" data-role="product-item"> […]
Cron jobs seem to halt to this error in cron.log: main.ERROR: Cron Job analytics_subscribe has an error: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (DATABASENAME.oauth_token, CONSTRAINT OAUTH_TOKEN_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID FOREIGN KEY (consumer_id) REFERENCES oauth_consumer (entity_id) ON DELETE CASCADE), query was: INSERT INTO […]
I am currently getting the; Autoload error Vendor autoload is not found. Please run ‘composer install’ under application root directory. Error when trying to load the frontend of my website (fresh install), however I have composer installed within the root directory, an autoload.php exists in /vendor along with all the […]
I have multiple website on the server and I am trying to configure Varnish cache for them. I have bypassed other sites as for now I am focusing only on the magento site i.e. magento.site. However, if I open https://www.magento.site then it doesn’t respond but upon opening it with the […]
I’ve got several orders with customers having a middle name. I want to include these in the PDF prints, but somehow it won’t show. This is my current PDF address template: {{var firstname}} {{depend middlename}}{{var middlename}} {{/depend}}{{var lastname}}| {{depend company}}{{var company}}|{{/depend}} {{if street1}}{{var street1}}|{{/if}} {{depend street2}}{{var street2}}|{{/depend}} {{depend street3}}{{var street3}}|{{/depend}} […]
I have a shop that has big purchase peaks every now and then. Server can become unresponsive at those times with even the biggest server available. The shop does not have any ERP integrations and many RabbitMQ tutorials suggest that those specifically would benefit from using RabbitMQ. My question is, […]