

vjer
Members-
Content count
6 -
Joined
-
Last visited
Profile Information
-
Real Name
JJ
-
[Contribution] buySAFE module for osCommerce
vjer replied to BuySAFE_Chris's topic in General Add-Ons Support
hello, just installed and ran some tests. seems to all be in place and functioning, but when i try to pay via real-time credit card (linkpoint) this decline message is generated: There has been an error processing your credit card, please try again : SGS-002301: Charge total must be the sum of subtotal, tax, value added tax, and shipping. guess it doesnt like the extra item in the price? also, i have the paypal ipn module installed. when i use this to checkout, the order total (including buysafe bond) is passed to paypal, but since the checkout confirm page is bypassed, does the buysafe purchase get applied? thanks and looking forward to getting this live :) -
hiya, in file: admin/vendor_email_send.php, i noticed a few lines of code referring to this url: http://newfedora/3/admin/post_vendor_order.php if ($vendors_email_list['vendors_id'] == 1) { $order_number = $oID; $product_codes = $vendors_email_products['vendors_prod_id'] . $vendors_email_products['products_model']; $p_name = $vendors_email_products['customers_name']; $p_email = $vendors_email_products['customers_email_address']; [b]$url = 'http://newfedora/3/admin/post_vendor_order.php';[/b] $request_string .= 'order_number=' . $oID; $request_string .= 'product_codes=' . $product_codes; $request_string .= 'customer_name=' . $p_name; $request_string .= 'customer_email=' . $p_email; // echo 'The string of data: ' . $request_string . '<br>'; header ("Location: [b]http://newfedora/3/admin/post_vendor_order.php?order_number=".$order_number."&product_codes=".$product_codes."&p_name=".$p_name."&p_email=".$p_email); [/b] anyone know what this is for? im bit curious, if not a bit paranoid.. ;) thanks, JJ
-
Suddenly, it works-- :blink: went thru the order process again and after logging in and going back to the cart to test the estimate popup, the methods and quotes appear-- maybe it took a few logins to propagate in the db? :huh: anyhow big thanks once again howard!
-
Hi Howard, much thanks for looking in- in my install, the Est. Ship module works great with all default shipping modules except the modified USPS- all ship methods appear with prices. with the USPS Methods mod, no methods or prices appear underneath the zip code form. (hence, i cannot even compare with checkout shipping cost) anyway i will try to install again.. perhaps Estimated Shippping Costs module can one day allow admin to select which methods are allowed.. :rolleyes: :P thanks again! jerry
-
Hi, I currently have Version 2.7d of USPS Methods installed, thanks, Jerry
-
Hi, I was wondering if anyone else had issues getting USPS rates with USPS Methods contrib** installed? All other shipping modules work fine, but nothing shows up for USPS =\ What a great contrib-- Jerry (** http://www.oscommerce.com/community/contri...h,USPS+Methods)