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]
Category Archives: Uncategorized
Interview with the Magento Evangelist Brent W. Peterson
Check out this interview with the Magento Evangelist Brent W. Peterson https://www.shopping-cart-migration.com/experts-insights/today-is-the-best-time-to-migrate-to-magento-2-interview-with-brent-w-peterson submitted by /u/MerchantWalsh [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”. …
Continue reading “2.3.4 – Translating JavaScript validation messages”
Replacement for ObjectManager
Hello everyone, I am working on Magento Cloud v2.3.2-p2 and we are needing to add a background filter to our category listing pages. I have done this before or feel like I have but everything I have tried is giving me grief besides using ObjectManager which I don’t want to use. I am working on …
Moving Magento Database To Fresh Install
I was cleaning up a Magento 1.9.3 site that has been running for a few years and after getting several issues decided to do a fresh install to the current version, not 2 yet, and would like to move the images and database over. Would it be best to just sync to the old database, …
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 …
Continue reading “Recommended way of reorganizing M1 category structure with minimal SEO impact?”
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]
Need a Magento Developer for a month, maybe two
Looking for a developer to help optimize a recent Magento 1.9 to 2.3 migration and some help with a new Magento build. Remote work of course, should be able to start within a week or so. Message me for details, thanks! submitted by /u/aolrules [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 …
Continue reading “What is the function “$invoice->register()” for?”
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 …
Shippo, ShipStation, Stamps.com alternatives
We’re evaluating all options like Shippo, ShipStation, Stamps.com. Any others to consider? Of course, needs to integrate with Magento. We ship 1 oz to 3 lb packages, mostly within the US, currently using USPS through Stamps.com for everything, but if Shippo, etc can find us better rates that’d be great. I found this post about …
Continue reading “Shippo, ShipStation, Stamps.com alternatives”
Is there any alternative OMS for Magento 2?
hi everyone, as i known Magento 2 has MCOM as OMS. My question is: is there any thing similar with MCOM? Similar i meant is: package of modules as MCOM connector to install to Magento 2, Package(source code: maybe php or whatever) for Management UI which can be installed in our own server and we …
Continue reading “Is there any alternative OMS for Magento 2?”
optimize magento2 upgrade commandd
Hello, I have implemented magento2 in kubernetes. The problem I am currently facing is that I have to run the following command on each deployment. The command below takes nearly 20 minutes to run. Is there a way to optimize this? or any other solution to deploy magento2 in kubernetes? bin/magento setup:upgrade submitted by /u/k8sops …
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 …
Continue reading “mage2me – a Magento Community/Commerce download client with practical validation”