Re: 2CheckOut for Zen 1.3.0.2 Released
hello I tried integrating my zen cart with 2checkout and after I followed all the steps I just got the images for back and forward, and add to cart broken and the title of the webpage got changed to TITLETERTIARY_SECTIONSITE_TAGLINE Idk what is the problem and seem to be looking everywhere on how to fix it.
Thanks you
Re: 2CheckOut for Zen 1.3.0.2 Released
Posted my question here http://www.zen-cart.com/forum/showthread.php?t=178233
but found this thread
I did a new install this morning of the zen cart 1.3.9
Added the 2checkout module
set up the information as needed.
Placed one item in the store to make a purchase.
Placed the item in the cart, went through checkout
all the way to the end but when it gets sent to 2checkout.com,
I get a parameter error:
Parameter Error
A pparameter error was encountered when attempting to process this sale. Please notify the supplier so that this can be resolved as soon as possible.
Anybody have any ideas as to why I get this error?
I spent an hour on the phone with tech support at 2co and he has never seen this. He had me check some of the php files and settings and said it is set up correctly.
Re: 2CheckOut for Zen 1.3.0.2 Released
I installed 1.9.3h and also installed the 2checkout payment module. It works great.
http://www.zen-cart.com/index.php?ma...roducts_id=180
is the contrib I used. The update_database.sql file was easy to install. Not sure I did it exaclty right
but in my admin control panel in zen, went to tools/ install SQL patches.
I opened the file, copied the text, pasted it into the install SQL patches area, also uploaded
the update_database.sql file and hit go. You have to make sure its in the payment module
and install and fill in your info from there. It worked great for me several times.
Re: 2CheckOut for Zen 1.3.0.2 Released
I'm using ZC 1.3.9d and for the last few months, I have not received confirming email on 2checkout purchases. Anyone else dealing with this? What should I look for and do? I reinstalled the payment module and the same issues have occurred.
Re: 2CheckOut for Zen 1.3.0.2 Released
Are you saying you have actual sales from your cart and your not receiving emails from 2co? or from the cart itself?
if you're not getting emails from 2co, call their tech support. They are awesome!
If it's the fact your not getting email from the cart, that's another issue.
Re: 2CheckOut for Zen 1.3.0.2 Released
Quote:
Originally Posted by
CAguy
Posted my question here
http://www.zen-cart.com/forum/showthread.php?t=178233
but found this thread
I did a new install this morning of the zen cart 1.3.9
Added the 2checkout module
set up the information as needed.
Placed one item in the store to make a purchase.
Placed the item in the cart, went through checkout
all the way to the end but when it gets sent to 2checkout.com,
I get a parameter error:
Parameter Error
A pparameter error was encountered when attempting to process this sale. Please notify the supplier so that this can be resolved as soon as possible.
Anybody have any ideas as to why I get this error?
I spent an hour on the phone with tech support at 2co and he has never seen this. He had me check some of the php files and settings and said it is set up correctly.
Did you ever get this figured out. I just installed this module and got the same error.
Thanks
Re: 2CheckOut for Zen 1.3.0.2 Released
im having a problem with the actual shopping cart i cant seem to make it visible on the webpage of my buisness and it is annoying because i have the price etc showing and my customers cannot ''add to cart'' please help ive tried the manual and am really stuck!
Thanks :blush:
Re: 2CheckOut for Zen 1.3.0.2 Released
Hi,
I've added some attributes to the product (size and delivery type)... based on these attributes the prices varies...
attributes are working fine till the client moves from my shopping cart to 2checkout website... at that time, although I get the right price (driven by attributes) but the attributes get lost...
Please advice...
Thanks
Re: 2CheckOut for Zen 1.3.0.2 Released
Quote:
Originally Posted by
birdoasis
Hey,
the 2checkout mod was working great, but suddenly my orders are not getting back to admin, and the emails tell me I have 1) Cart 22 ordered, and the customer is getting the same info.
Any ideas?
Using 1.3.7
JP
how did you get this fixed...?
Re: 2CheckOut for Zen 1.3.0.2 Released
Quote:
Originally Posted by
wccomp
Well I fixed mine however I don't know if it is the correct way or not.
In the includes\modules\payment\as2checkout.php find line 181 or do a search for Process_2checkout (there is only one) the line will look like this
zen_draw_hidden_field('x_receipt_link_url', HTTPS_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');
take the "S" out of HTTPS_Server so it reads
zen_draw_hidden_field('x_receipt_link_url', HTTP_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');
This solved both the issue of the blank page as well as the issue of MODULE_PAYMENT_2CHECKOUT_TEXT_ERROR_HASH_MESSAGE
What this line does is overwrite the settings that you have in 2CO, they call it an X-Return if you look in thier forums.
Hi,
I've removed the S out of HTTPS but still I am getting the same error message...
Please advice...