View Single Post
  #21  
Old 01-28-2004, 03:56 PM
 
jordan0 jordan0 is offline
 

Advanced Member
  
Join Date: Oct 2003
Location: San Francisco, CA
Posts: 77
 

Default

Quote:
Originally Posted by spingary
Code:
$intershipper_rates[] = array("methodid" => 201, "rate" => 10);

Replace "201" with whatever subcode you used.

This should give you a shipping option while in your cart for the shipping method you added at $10. Let me know what happens.

Some other quick notes:
Make sure that your insert SQL statement went into the table correctly.
Make sure your products have weights (just in case).
Make sure you are shipping domestically, since the SQL set the method for national only - if not, change it.

Gary

Thanks for the help. I have replaced my mod_CUSTOM.php with your code above and it works as you said it would Б─⌠ the "Free shipping Б─⌠ orders over $99" option does a $10 shipping charge when selected.
I have also verified the following:
Б─╒ The SQL insert statement was successful Б─⌠ I used a mySQL database editor / viewer program to look into my database and make sure.
Б─╒ I have tried this method on products with and without weights
Б─╒ I only ship domestically, and have xcart set up accordingly

Any ideas?
__________________
Jordan Sitkin
http://www.kitkraft.biz
X-Cart 4.0.18 [unix]
Reply With Quote