Shipping Software Integration With Magento

Hi! I’ve found an interesting article connected with the integration of shipping management software with Magento API – https://medium.com/@n.kovalchuk/empower-your-business-with-magento-shipping-integration-api2cart-64c8c243a7a0 I hope that it will be useful for you. submitted by /u/saas_enthusiast11 [link] [comments]

2.3.4 – Translating JavaScript validation messages

Hi guys, I’ve been battling this issue for some time now and have tried Googling but just can’t find anything for my issue. We have a custom language pack for our U.K. based store in /app/i18n This works fine for all translations except for any JavaScript validation messages i.e. “Please enter are least x characters”. …

Recommended way of reorganizing M1 category structure with minimal SEO impact?

Hello all! I’m hoping you guys can help or point me to any resources on the best way to reorganize the Magento 1 category structure on our site without incurring any hits to our SEO rankings. Our site is 11 years old and has roughly 8,000 products listed across 100 or so categories. Our industry …

Headless Magento 2 Choices

Hi, I have a Magento installation that needs to be updated from v1 to v2.3 with headless implementation. Specifically we will probably be deploying multi-site, single backend. What is the best way to achieve this? submitted by /u/Coz131 [link] [comments]

What is the function “$invoice->register()” for?

I try to generate invoices programmatically in Magento 1.9.4. It works so far with this code: $invoice = Mage::getModel(‘sales/service_order’, $order)->prepareInvoice(); if (!$invoice->getTotalQty()) { Mage::throwException(Mage::helper(‘core’)->__(‘Cannot create an invoice without products.’)); } $invoice->setRequestedCaptureCase(Mage_Sales_Model_Order_Invoice::CAPTURE_ONLINE); // $invoice->register(); $transaction = Mage::getModel(‘core/resource_transaction’) ->addObject($invoice) ->addObject($invoice->getOrder()); $transaction->save(); As you can see, I commented out $invoice->register() as it produces an error while executed (at …

How to write GraphQl mutation to create and integrate the magento contact us form functionality?

Contact us page is very important to every business website. Magento 2 contact us page is very simple and can add more fields according to requirement. I got a requirement to create a GraphQl Mutation to integrate magento 2 contact us page functionality. I wrap-up this work task as magento contact us form integration using …

mage2me – a Magento Community/Commerce download client with practical validation

mage2me is a command line tool that not only downloads Magento, but also has built-in validation for Magento’s composer credentials; GitHub token; and Magento version validation for both composer and GitHub (for dev branches). Prior to download, mage2me will ensure everything is good to go and report back with helpful validation messages. For a traditional …