Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Description not passed to 2CO


danthman

Recommended Posts

Posted

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.

Posted

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!

Posted
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

Posted

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.

Posted
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.

Posted
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.

Posted
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)) {

Posted

} 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*

Posted
} 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

Posted
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.

Posted
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

Posted
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?

Archived

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

×
×
  • Create New...