Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quote option for vivid store #295

Open
jasonclaude opened this issue Mar 16, 2016 · 1 comment
Open

Quote option for vivid store #295

jasonclaude opened this issue Mar 16, 2016 · 1 comment

Comments

@jasonclaude
Copy link

Hi I am looking at extending this addon by adding a quote option to store, so that instead of selling the products a request quote button is displayed, not price is shown and on clicking the button the user is taken to a form similar to that used in the checkout process which will the user can then submit to get an estimate or quote.

Based on my perusal of the code this should be fairly simple as it merely involves adding a few more options and creating a dedicated single page to handle the quote process. Before I go ahead with this let me know your thoughts.

In addition to the above, are there any plans to allow plugins similar to WooCommerce? I am looking at generating invoices and / or documents at the point the user submits a quote / order but figure this should really be a separate project.

Edit: Just saw Mesuva's pull request adding pricing options.

@brucewyne
Copy link

First of all, this would be pretty easy to do with CSS. You could simply hide most of the stuff that shows a price, and use the "Invoice" payment method, which wouldn't bill your users. Shouldn't need an additional single page or anything like that.

I suppose there are a few hiccups though, for example, it emails a "receipt" after you complete the order. Maybe I should ask what the goals are? What exactly would you need different, and why do you need what you need?

You can also make add-ons and extensions to this all day long and bundle it up just like any other C5 package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants