This module is being sent to the contributions section today. This is the support thread for any problems regarding to the module.
The site wiki has been updated with the install file.
Absolute
This module is being sent to the contributions section today. This is the support thread for any problems regarding to the module.
The site wiki has been updated with the install file.
Absolute
Download available from: http://www.zen-cart.com/index.php?ma...roducts_id=180
Absolute
BUG FIX RELEASED
A bug has been detected when using FireFox. The problem is with the redirect URL. This has now been found, and updated, with thanks to godin5150 for finding the issue.
The updated files have just been posted tp the contribs section, but in the meantime, here is the fix:
+ Open process_2checkout.php
+ Goto Line 46, where you will find
Insert a new line before the ?>, and paste the following line of code:Code:?> <body>
Many thanks, and if anyone should find anything further, please let me know.Code:$redirect_url = str_replace('&', '&', $redirect_url);
Absolute
I read the reade file. it mentions that in order for products to be dispayed on the 2co website, we need to upload csv of our products. we will need to do this each time we change our cataog?
Unfortunately, with 2CO, yes you do. There is no way of sending the products with each transaction. 2CO insist that they have an up-to-date list of your products, with a short description and a price.
If 2CO alter this procedure, then we'll keep an eye out, and release an updated version.
Absolute
Another little bug has just been reported and solved.
Bug: 2CheckOut refuses orders over 999.99
Solution:
Please edit the following code:
includes/modules/payment/as2checkout.php
Line 160
Replace :withCode:zen_draw_hidden_field('x_amount', number_format($cOrderTotal, 2)) .
This update has just been submitted to the contributions section.Code:zen_draw_hidden_field('x_amount', number_format($cOrderTotal, 2, '.', '')) .
Absolute
It states in 2checkout that the currency is in USD will the module accept an order in GBP and convert this to USD and so on. or must my site be all done in USD
The module can be setup to send the order in any currency, as long as 2CO accept it. You need to set the receiving currency through the 2CO checkout admin page to GBP, and then set your 2CO checkout module to GBP also. Then your orders will be sent as Pounds, rather than dollars. If you have dual currencies setup on your store, the module will convert any currency to GBP before sending, but can display the current price in the other currency on the 2CO checkout page.
Basically, you can choose which currency to receive, but this has to be the same on the 2CO admin page, and the module admin.
When your customer checks out, if you have more than 1 currency installed, then the currency your customer sees on the 2CO checkout page can stay the same as they used in your store, but the price sent to 2CO is always sent in the same currency, regardless of the shoppers preference.
Absolute
I have a stupid question. I downloaded the module but am uncertain as to where I should be uploading it to. Should I be putting in the modules folder? The readme file doesn't really say and this will be the first module that I am installing.
Thanks,
Bonnie
Never mind. I think I figured it out and I think it works. At least the demo works!