Building a website or app and making it available for the world is a complex business. A number of factors must come together to ensure the final product is successful. That means attracting and keeping visitors, meeting business goals, and minimizing problems. You can deliver a better product with the […]
Daily Archives: April 1, 2020
AWS Lambda, Google Cloud Functions, Azure Functions all omit PHP as a runtime. Node, Python, Java, and Go seem to be common. Why is this? I know I can use PHP with their respective container services to a somewhat similar degree, but it would be nice to have this option. […]
I want display text under product from attribute Custom Name. I created attribute with code: custom_name and edit list.phtml original code file:
I’m facing a strange problem I’m working on magento 1.9. Sometimes after a success order the customer is not redirected to success page, this happens not in all orders maybe 1 of 5. after diagnosing the issue I found out that in core/Mage/Checkout/controllers/OnepageController.php it seems that there’s no getLastSuccessQuoteId() as […]
I’m able to create, update, delete and fetch products using the REST API, the problem is that when I find a grouped product I need to also get the SKU that belong inside that grouped product, I see them fine in the GUI, but I can’t seem to find a […]