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?
Related
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.
I am working in my localhost.I have a registered user.
When the registered user adds the product to the cart in frontend.
But when I go to admin customers >manage customers and check there customer view it does not show any product in customer's cart.
How can I fix this?!
Is this a bug in magento
I am working on the one page checkout in Magento and selected the Paypal Express checkout. Now i faced problem with Checkout with Paypal default button that set for the user's that not want to fill there details in the form.
Now what happen, after redirect to the Review page http://localhost/magento/index.php/paypal/express/review/, I just get the address of the user not the city and Postcode that i have to display on the review form,
anyone please help me what i have to do to display the appropriate fields data into the form or how do i check if paypal returned or not the city and postcode on review page?
I have to keep only Shipping address throughout Magento site.
I have found to not display billing address in checkout page, But i have to remove Billing Address from admin panel, emails from every where.
Please suggest anyone for this.
I have to totally remove Billing address.