danthman Posted March 14, 2007 Posted March 14, 2007 I installed a 2CheckOut module in a client's cart and the product details are not being passed to 2CO or Paypal, just the cost. How can I correct this? I configured the 2CO module just as instructed.
justsmitten Posted March 14, 2007 Posted March 14, 2007 Curious, do the order details appear in oscommerce itself, where you can view the orders? Mine doesn't, and it doesn't pass thru 2CO, either. Arrgghhh. That's what all of my previous posts have been about!
danthman Posted March 14, 2007 Author Posted March 14, 2007 Curious, do the order details appear in oscommerce itself, where you can view the orders? Mine doesn't, and it doesn't pass thru 2CO, either. Arrgghhh. That's what all of my previous posts have been about! Yes, they show up in the OSC admin section, on the invoice, customer history, the email sent to the customer by OSC, everywhere but in the email sent to the customer by 2CO or Paypal
justsmitten Posted March 14, 2007 Posted March 14, 2007 Ok then maybe you can help me??? How do I get everything to show in Oscommerce???? I've checked under customers>orders and NOTHING shows up, not under pending or processing or anything else.
danthman Posted March 14, 2007 Author Posted March 14, 2007 Ok then maybe you can help me??? How do I get everything to show in Oscommerce???? I've checked under customers>orders and NOTHING shows up, not under pending or processing or anything else. I don't know. it automatically shows up for me, I've built many OSC carts and the info always shows up in admin section.
justsmitten Posted March 14, 2007 Posted March 14, 2007 I don't know. it automatically shows up for me, I've built many OSC carts and the info always shows up in admin section. PS I've tried this: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='') and i've tried: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='' ) and still nothing.
danthman Posted March 14, 2007 Author Posted March 14, 2007 PS I've tried this: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='') and i've tried: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='' ) and still nothing. orders.php line 357 - } elseif (isset($HTTP_GET_VARS['status']) && is_numeric($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'] > 0)) {
justsmitten Posted March 14, 2007 Posted March 14, 2007 } elseif (isset($HTTP_GET_VARS['status']) && is_numeric($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'] > 0)) { tried that and still nothing. thanks for your help tho =) *tears*
danthman Posted March 14, 2007 Author Posted March 14, 2007 } elseif (isset($HTTP_GET_VARS['status']) && is_numeric($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'] > 0)) { tried that and still nothing. thanks for your help tho =) *tears* She's got eyes of the bluest skies As if they thought of rain I hate to look into those eyes And see an ounce of pain Guns N' Roses - Sweet Child O' Mine
♥toyicebear Posted March 14, 2007 Posted March 14, 2007 I installed a 2CheckOut module in a client's cart and the product details are not being passed to 2CO or Paypal, just the cost. How can I correct this? I configured the 2CO module just as instructed. If you are using the pm2checkout module from the contributions section, it does also send the product details ...BUT... They will not show at 2checkout , untill the second time someone purchases the same item. If you want it to show up for all products/items regardless , you will need to make a cvs file of all your products and import it in the 2checkout admin under products. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
danthman Posted March 14, 2007 Author Posted March 14, 2007 If you are using the pm2checkout module from the contributions section, it does also send the product details ...BUT... They will not show at 2checkout , untill the second time someone purchases the same item. If you want it to show up for all products/items regardless , you will need to make a cvs file of all your products and import it in the 2checkout admin under products. We did that, still no product details in the emails from 2CO
danthman Posted March 14, 2007 Author Posted March 14, 2007 We did that, still no product details in the emails from 2CO Does anyone know how to get the product name to show up on the 2CO email sent to the customer after they purchase something?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.