Contributions
Enquiry Cart
It will help a shopping cart act like an enquiry (inquiry) cart, where customers can select products, add to cart and then checkout to enquire about the prices. No shipping and payment process be asked for. Also it will help the prices not to be seen on the site nor the buy now button. So while adding the product through an admin panel, one can add any price and it will not affect the cart. All one has to take care of is checkout_process.php, which will send an email to client and store owner.
Expand All / Collapse All
This a text version of the install for those who have an already modified cart and replacing the files will cause issues. (RC2a)
Previous one had an error, this one is error free. In case you don't want the prices to be displayed while adding to the cart then just remove the echo code displaying the prices manually. And when you add a product from the admin panel, add the amount to be zero, it won't affect the cart in any way.
No need to look into any of the previous packages, this one has everything. Just download and replace all files.
add these files to the previous package
Same package: just added missing files in includes/language/english/checkout_process.php
define('EMAIL_TEXT_CUSTOMER_TELEPHONE', 'Telephone:');
define('EMAIL_TEXT_CUSTOMER_MAIL', 'Email:');
define('EMAIL_TEXT_GREETING', 'Thank you for choosing Otto Chemie. In this mail you will find all information about your Enquiry ');
define('EMAIL_TEXT_SIGNATURE', 'Please do not delete this email until you get your enquiry is processed. For any question regarding your order or enquiry please reply to this email and don't send a new one. It contains information that will enable us to hadle your request faster.');
define('EMAIL_TEXT_CUSTOMER_COMMENT', 'Your comments:');
define('EMAIL_TEXT_CUSTOMER_GREETING', 'Dear');
Simply Avoid the previous two uploads, the last one seems to have trouble with some versions.
This one is tested well and is working fine.
***FULL & FINAL PACKAGE***
Sorry about the previous upload, it had too many errors. This one is perfect. Also changed the checkout_process.php, so now it will shoot an email without price and with email and telephone number.
Also added login.php and create_account_success.php which I had forgotten in the last upload.
~Full Package~
It will help a shopping cart act like an enquiry (inquiry) cart, where customers can select products, add to cart and then checkout to enquire about the prices. No shipping and payment process be asked for. Also it will help the prices not to be seen on the site nor the buy now button. So while adding the product through an admin panel, one can add any price and it will not affect the cart. All one has to take care of is checkout_process.php, which will send an email to client and store owner.
Note: Contributions are used at own risk.