I am pulling files from 3rd party server using apis and generating pdf files. My code is some thing like this. I Will update the sample code to explain my approach. foreach ($fileData['dataDocuments']['items'] as $document) { //API Call $urlToGetData = $this->api->getDocumentById($identifier, $docId); $data = $this->api->getDataFromApi($urlToGetData); $decodeData = json_decode($data, true); $labelContent[] […]
Magento
I want to gather information about the Falcon eCommerce accelerator. Can anyone know how it works, how we can see a demo or reference website, and what the differences are between default Magento and this solution?
This looks like it has similar questions asked about it, but nothing recent, and I cant believe a platform the size of magento can’t handle this – unless I’m missing something obvious in my site configuration. We are a B2B website, we have about 4000 products, some regularly stocked, some […]
i have changed the checkout process into 4 steps Adress shipping payment methods and agreement summary and placeorder button everything is working fine accept the terms and condtion. i have put the vaidation that user has to check the box for agreement other wise he wont be able to move […]
I have Magento 2 installation with a lot of websites and one website has language which other websites don’t. When I execute setup:static-content:deploy it generates the language for all store views I have. It’s strange behavior, I think it should generate this language only for a particular website and store […]
I tried to override InvoiceSender (in /app/code/UFS/Sales/Model/Order/Email/Sender/InvoiceSender.php) but it doesn’t work and I don’t understand why. I added “‘created_at_formatted’ => $order->getCreatedAtFormatted(3)”. My di.xml looks like: <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="MagentoSalesModelOrderEmailSender" type="UFSSalesModelOrderEmailSender" /> </config> My InvoiceSender.php looks like: <?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt […]
Is it standard for the Magento home page and category page to use the same Page Title and Meta Title? I thought the page title would be the CMS Page Title (for home page) or Category Name but on mine (v2.4.5) it’s just using the Meta Title for both. Can’t […]
Magento version 2.4.5, venia sample data ( might be any sample data, or just create caregories manually ) Graphql Request: { categoryList { uid name children { uid include_in_menu name position url_path children_count children { uid include_in_menu name position url_path } } } } Graphql Response: "data": { "categoryList": [ […]
I want the button to be removed after clicking on add to cart and show positive negative instead And when we click on the negative and the number becomes zero or click on delete , the button will be appear again Same as the photo