In magento 1.9 New Order email not receive
In magento, new order email is not working. I have set up "store email addresses" also, not working.
In magento, new order email is not working. I have set up "store email addresses" also, not working.
I have created ajax function to call controller, and in conmtroller i have fetched some data and return as json, but in ajax function in response it is printing whole html page, instead of just json data. Controller: <?php class…
Hello I know this is simple question but I don't get any solution in here. So I am going to ask. I am using magento 1.9, and I want a product list with name and product Url of particular category.…
I have migrated my magento instance from one server to another. Here's what I did. I zipped my instance from original server but did not include download folder I also exported my mysql file and zipped it. On the new…
I'm working with Magento 1.9 and have a PHP include file that I'm using to display facebook pixel code based on the page type. IE: cart, checkout, product details, catalog, cms... I'm looking at the page request module, controller, action,…
I am trying to get a table that displays: SKU product_id is_in_stock I got this which displays SKU and Product ID in a table and I want to add is_in_stock to it, I got this: SELECT entity_id as product_id, sku…
I'm trying to trigger a function in js when clicking on save button in edit product admin page. I followed the suggestions from here: https://magento.stackexchange.com/questions/119542/calling-js-function-when-product-save-button-is-clicked And I modify in app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit.php $this->setChild('save_button', $this->getLayout()->createBlock('adminhtml/widget_button') ->setData(array( 'label' => Mage::helper('catalog')->__('Save'), 'onclick' => 'productForm.submit(); myFunction();',…
In order to conduct a Market Basket Analysis on the sales data in magento, i need to retrieve the products that are included in each invoice from magento. So far this is what i got. SELECT tblInvoice.increment_id AS orderId, tblLine.product_id…
I tried to include js in Layout XML of cms page but js is not included. I want to apply js on particular cms page.
I have a variable called $DiscountDescriptionTrimmed that could, possibly, contain data in formats such as: "Free and Fast Shipping Club Member, A63540678, " Or "A63540678, " I'd like to find the Gift Card number in this variable (Example: A63540678) and…