skip to Main Content

SQL to get order items from Magento?

I need to get a list of ordered physical items to ship from the database. The list need to consist of name, sku, quantity, price, weight, and dimensions. How can we fo this without using Magento's own framework components. The…

VIEW QUESTION

How to append data-mage-init in html – Magento

I have append the html content in particular div. styleBasedProducts += "<div class='row image-full'><div class='col-md-12 home-title text-center'><div><span class='light'>Style Based</span><span class='heavier'> Products</span></div><p aria-hidden='true'></p></div></div>"; And also init the custom js in this '.image-full' div. How to do this?

VIEW QUESTION

magento 1.9 insert product through sql query

I want to insert a product using sql directly, these are the table I've filled with the relative queries, the categories 1 is root and 19 already exists: INSERT INTO etpq_catalog_product_entity ( entity_type_id, attribute_set_id, type_id, sku, has_options, required_options, created_at, updated_at…

VIEW QUESTION

Magento MySQL hanging

I have searched the internet in many places to find some answers to problems in the database of a Magento installation. The website is not available at such a moment (lasting most of the time about 15 minutes and resolves…

VIEW QUESTION
Back To Top
Search