mbianchi Posted November 24, 2002 Posted November 24, 2002 I have just installed 2.2. I also have installed "Free for Call." I have the sample database installed and everything seems to be OK until I get to the checkout process. I end up at checkout_shipping.php and I login. Then at the message "Continue Checkout Procedure to select the preferred payment method" I click on the "Continue" button. The browser then refreshes the current page that I was on, not advancing me to "Payment Information" as it should. Any ideas? Thanks. Mark
Ajeh Posted November 24, 2002 Posted November 24, 2002 Which snapshot did you load? The Free Call for Price is not setup to work with the new snapshots as of November yet. Most likely the errors that will occure are you will never get past the shipping and/or payment screens.
mbianchi Posted November 26, 2002 Author Posted November 26, 2002 Hi Linda. Snapshot is 20021120. Obviously a very recent one. Any ideas when Free for Call might work with the latest and greatest snapshot? Thanks! Mark
Ajeh Posted November 26, 2002 Posted November 26, 2002 Well ... let's see where am I at here ... :listen: I did the Free Shipping and Payment Modules ... I did the Downloads Controller Modules .... I just got the bulk of the Quantity Controller working. Need a few more updates until that is stable I think ... less a couple typos in the instuctions too :shock: Then I am on to re-writting the Free Call of Price. I want this to have more Admin control and be more user friendly. I have a lot of it worked out ... both code and in my head ... so hopefully it is near to being in the pike. I need to do a few jobs to feed my cat first, then I can get back to focusing on these updates to my Add-Ons.
Ajeh Posted November 26, 2002 Posted November 26, 2002 BTW ... the Free Call for Price is what broke your stuff. The shipping and payment features are totally not in tune with the new code. There are a few other sections that will mess with it as well, like the Downloads Controller, the whole checkout concept ... but other than that it's just a few things that broke your code :shock:
mbianchi Posted November 26, 2002 Author Posted November 26, 2002 Thanks, Linda. You're add-ons look cool. I look forward to using them! Signed - Another one in Ohio Mark
Guest Posted November 26, 2002 Posted November 26, 2002 I'm having the same problem...using todays build (25th Nov 2002). I have paypal, authorize.net and Credit card enabled, yet none of them show up on the shipping page.... Any ideas? Cheers
Ajeh Posted November 26, 2002 Posted November 26, 2002 You have the 25th build only and no shipping modules? Or you are trying to use the Free Call for Price with that? The Free Call for Price will not work and break the shipping and payment modules. If you have just the 25th snapshot and no modules ... First check your configure.php files and if using $DOCUMENT_ROOT try using the real path. If that fails, check your database and clean out the old settings for the shipping modules and see if they reappear.
Guest Posted November 26, 2002 Posted November 26, 2002 LOl...it turns out to be that i needed to enable the shipping module, even though I set it to $0 (I'm doing downloadable products...so there is no need for shipping). Any ideas when the downloadable feature will be available? (i.e like in the old version, where users were verified in real time, and then they could download the script). Cheers Andy
Ajeh Posted November 26, 2002 Posted November 26, 2002 I already wrote the Free Shipping and Payments v5.0 and Downloads Controller v5.0 which contains the Free Shipping and Payments v5.0 for the new snapshot. You may want to make sure the code is current, as it was based on something like Nov 19th. I will be updating those as time allows this week, but you can update code as easily as I can :shock: Remember ... Beyond Compare is your buddy!
Guest Posted November 26, 2002 Posted November 26, 2002 Where can I get Downloads Controller v5.0 ? Cheers Andy
Ajeh Posted November 26, 2002 Posted November 26, 2002 Let see ... searching through the contributions ... *trip ... thud* :shock: Might try here: http://www.oscommerce.com/downloads.php/co...ions,664/type,3
Guest Posted November 27, 2002 Posted November 27, 2002 MMmmm...after adding that mod, I now get; Fatal error: Cannot redeclare tep_get_free_shipper() (previously declared in /home/virtual/site3/fst/var/www/html/shop/catalog/includes/functions/webmakers_added_functions.php:17) in /home/virtual/site3/fst/var/www/html/shop/catalog/includes/functions/webmakers_added_functions.php on line 17 Any ideas? Cheers Andy
Guest Posted November 27, 2002 Posted November 27, 2002 Ok, I fixed that by editing application_top.php, so that it uses a require_once, rather than just a single 'require'. The thing I am struggling with now, is how to use your mod ... LOL How would I go about setting up the URL to the downloadable file, and where do I set if the product is available for download, or needs to be shipped? I'm a little confused [:/] Cheers Andy
Ajeh Posted November 27, 2002 Posted November 27, 2002 The Downloads Controller controls whether or not the download is available immediately after checkout or if you want to manually confirm that it can be downloaded. This is based on the Payment module used. The settings let you determine what the orders_status will be set to based on Payment modules for 4 conditions. 1 X $total 0 weight 2 0 $total X weight 3 X $total X weight 4 0 $total 0 weight Any setting >= 2 is allowed to be downloaded immediately after the order. In the Admin you can also add a 4th Orders Status like Update. This is used when you want to reset the days and download count on an order so you do not have to manually edit the database. In /includes/languages/english/downloads_controller.php you will see for each Payment Module 3 of these 4 settings: // moneyorder.php define('DEFAULT_ORDERS_STATUS_ID_MONEYORDER_NP_NW','1'); // Normal Price, Normal Weight define('DEFAULT_ORDERS_STATUS_ID_MONEYORDER_NP_0W','1'); // Normal Price, NO Weight define('DEFAULT_ORDERS_STATUS_ID_MONEYORDER_0P_NW','1'); // 0 Price, Normal Weight The value you assign is the orders_status that will be used for that payment module. The 4th option is automatic and handled by the Free Shipping Payment module as if it's free and has no weight it is totally free and should be allowed immediately.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.