Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CheckOuT ProBlemO continueD<----


sonny

Recommended Posts

Posted

I have had a simular check out problem, It seems that if you do not select an active shipping module in the admin you cannot proceed past the 1st checkout step,

 

If you do have the shipping enabled via admin, the checkout works fine?

 

I wonder if the new snapshot clears this up and does anybody know the features? 8)

Posted

In your admin side of the store

Go in admin/modules/order Total and make sure that shipping is OFF (red dot) and there is no number beside shipping for your order total

 

Regards

Posted

Im telling you i tried what you said already, I just tried again, there is a shipping module and an order total module, Its seems even with the order total modules shut off and the shipping turned off, the checkout process will not go through. The only way it goes through is when a shipping module like flat rate is turned on?

Posted

Yes but in the order total module, even if the shipping is set to off (red dot) you have to make sure that in the "sort order" column, there is not a number beside shipping

Posted

I jus found some major bugs! in last snapshot before 11/24/02 was just released

 

#1 in admin control/modules

 

if order total is off and flat rate is on payment processes with no flat rate calculations

 

if order total is off and flat rate is off, checkout refreshes page,

 

i went int the code for /catalog/includes/modules/shipping/flat.php and changed

 

    function install() {

     tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Enable Flat Shipping', 'MODULE_SHIPPING_FLAT_STATUS', '1', 'Do you want to offer flat rate shipping?', '6', '5', now())");

     tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Flat Cost', 'MODULE_SHIPPING_FLAT_COST', [color=orange]'5.00'[/color], 'What is the Shipping cost? The Handling fee will also be added.', '6', '6', now())");

 

to 0.00-- so now it displays

flat rate

best way 5.00

 

but if you continue no calculations,

 

i went back to the code above and changed it back

 

to 5.00-- so now it displays

flat rate

best way 10.00

 

??

 

also if you have a stored cart item in session cookie and you go to check out , this bypasses the bug and lets you checkout,

 

but say you add another item , this continues the payment referesh loop?

 

Ideas :?

Posted

It's not a bug ..your just prooving what i have been trying to tell you.

If you have "flat rate" at ON in your shipping module your process goes on because it is a method of shipping and in your Module/order total you have probably the number 3 in the sort order column.

If you dont have any shipping set to ON in your shipping module , you have to make sure that in your "order total" you have NOTHING beside shipping in the sort order column

 

Regards

Posted

bear, thanks for all your help

but..

 

I Dont have nothing on in shipping or order totals at all no 3 or anything

 

when the above is set to nothng, i cant process orders

 

 

Now the only thing i have on is the shipping module flat rate

 

and the order processes.. but with no shipping calculations

 

this is what i mean .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...