magento paymant after customer approve the product - magento

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

Related

Using Shopping Cart ID to customize experience

I am looking for a platform to accomplish one goal. I want customers to be able to build a cart with products and then share the cart id so my client (i.e. the business owner) can build the order in the store. They wouldn't be able to check out online, but we will be able to build their order for quick pickup. Any ideas about which platform is the best option?
Using Magento you can do that.
Magento have wishlist functionality and a customer can share his/her wishlist to friends.
Using the same idea , a separate extension will be create to add the products and share it with the site owner immediately via email.

Sales Representative

I have a question is about magento. i am making a webstore and getting 1 difficulty. i have created an attribute called SalesRep. for example if i register from the frontend. i will be in customer section at backend. their at backend admin will be able to select me as a sales rep or customer.
if admin select me as salesRep i will become sales rep. Now i want to shop from frontend on behalf of any customer. i should have facility for search customer name from the frontend. at frontend i should be able to shop using customer details. so i logged in and can select any customer who want to shop. and i will shop for this customer.
I hope i explain in full details if you looking for more information please let me know.
Is there any help. Thanks in Advance
Magento doesn't provide such functionality. Try this free plugin. With it installed you will be able to find a customer in backend, click a "login as a customer" button on customer view page and directly login as a customer in your frontend. Then you can do whatever you need on behalf of the customer, including shopping. However this plugin won't allow customers to pre-select admins who may login on their behalf, i.e. any admin would be able to login as any cusomer.
P.S.: I am not connected to the plugin developer in any other way than I am a happy user of this plugin :)

Is it possible to add Product to Magento cart from another website without product being in magento store

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.

paypal payment standard in magento cart page?

I need to integrate paypal payment standard in magento cart page. I don't want to use express checkout. Because it again redirects to magento site for billing information and order conformation.
Below process is my requirement:
user add a product to cart
User click the paynow button in cart page
User redirect to Paypal Login Page.
After User login with paypal, confirm and pay the amount.
User Redirect to magento thankyou page (order success page).
Is there any option in magento?
Along with Payments Advanced and Payments Pro Magento does have a PayPal Standard option through the Community Edition. I was able to find a knowledge base article that walks you through setting up Payments Standard for Magento CE - http://www.magentocommerce.com/knowledge-base/entry/setting-up-paypal-payments-standard-for-magento-community/

How I can connect my paypal account with Virtuemart Joomla?

I have developed a shopping cart using virtuemart and added few products. Now I want to integrate my paypal account with my website. Is there any detailed information about how I can link my account with paypal?
In VM admin under the Store menu, click the List Payment Methods menu. One of the options should be Paypal. Click Paypal to edit the configuration. You should only need to make the payment option Active and add your Paypal email address to get it working.
If you have a Paypal Payments Pro account, then you will need to get a payment plugin to handle payments pro. To my knowledge, there are no free ones, but the commercial ones are reasonably priced.

Resources