I am using Magento for my e-commerce website.
I have set my e-mail ID at
System -> Configuration -> Sales and Select the Sales Emails option.
Still I am not receiving any e-mail whenever there is new order placed on my site.
Related
I am currently using magento 2.3 and when I disabled or enabled a product on magento admin site, seller got Product Approved Notification. If I disabled 100 products, seller got 100 Product Approved Notification emails. So is there anyway to disabled that kind of email alert from magento admin site.
Is it this mail?
Stores > Configuration > catalog > catalog > Product Alerts
I'm new in Prestashop. I need to have the Company field in the Create Form (for new customers). The Company field can be seen when an existing customer logs in and updates their address.
So far, the tutorials I've seen are all about adding a customer, which is not what I need,
From the backend, you have control whether or not the Company is displayed.
Shop Parameters > Customer Settings > Enable B2B Mode = Yes
This will display the Company field in the Create Account form
Magento Order Page
The magento orders placed with PayPal and with new customers are being created with concatenated data, as you can see on the screenshot.
The billing address name is being generated with the full checkout customer name plus the full paypal customer name.
Anyone have an idea why this happening?
I am working on a sticker development site in magento. The customer will choose any of the templates from the listed template, which is the produc. After customer choose a sticker template customer will add the design suggestion as a file or comments in the order. After checkout(without doing payment) admin will work on the design and upload for customer approval. The customer will do the payment only after he has approve the design upload by admin.
So in magento i need to do the payment only after the customer approve the design we are not doint the payment at the time of checkout. Is there any option like this in magento. I am using magento 1.9.
you can use the "preorder" function in Magento and set the product avaible for customer after the customer approval. The preorder part is a magento feature. You need to work on the avaible per customer product function.
Let me know if it was usefull.
filippo
I just setup a magento store (1.8) and added some demo products, but now my company wants to use the payment gateway built into magento to process payments from another website.
To explain better, my company runs a school and has a website with an application that generates bills for parents to pay. These bills vary depending on class of student and other factors. So Parent A may pay $200 while parent B pays $400.
What we want to do is post the amounts to be paid from the other website to our magento store and add it to cart for payment using our payment processor so that the magento features can still be used to log all transactions.
Since I am new to magento, I don't know if it is possible to do this and how if possible.
We intend to get the other application to generate the SKU, Product ID and Description automatically and post it together with the amount to the store.
So how do I get the magento store to receive this url and process it?
You must need to create product in magento.
When you post the data from other site, pass the product sku.
Then load product by sku :-
https://magento.stackexchange.com/questions/18421/why-cant-i-load-a-product-by-sku
Then check magento add to cart functionality how to add cart.