Patrick Sanchez
Forum Replies Created
-
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardForum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Secured Payment page6WWW,
Version 2.4.4:
– Using the self generated page does not work anymore. (It takes me back to my home page)
– However, using a page with the [wpcb] short code works (after checking the box in the DEV tab).I think that giving the choice between the two methods might be confusing for all the new comers who already have to juggle with the complexities of ATOS and WPEC. I would recommend you pick the method you prefer and stick to it.
Keep the good work, it is going to be a great plugin.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardWWW6,
Version 2.4.4
Thank you for putting the redirection in the automatic_response.php code. It works great.Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardJust tested version 2.4.3
The sale is complete, I get the emails (one for the buyer and one for the seller), but the cart does not empty.I have to force it to go through automatic response.php to make it work fully:
– Plugins/WPCB/Atos tab/normal_return_url: https://domain/automatic_response.php
– Plugins/installed Plugins/WPCB/Edit/. Select the automatic_response.php file, and insert at the end of the file wp_redirect(WP_URL);Exit; just before the last ?>I am not quite sure why I have to force it yet, but I am still investigating.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Secured Payment pageVersion 2.4.2: Problem of 2.4.1 corrected. The text before the CC icons is displayed correctly but the page does not have a title (no big deal, I just included the title in the main text).
Thank you 6WWW
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Secured Payment pageJust upgraded to 2.4.1. Thank you for the two new fields for the ATOS credit card page, but there is bug: The website now only displays this page (without the credit card icon), regardless of the page select (home or any store page).
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Secured Payment pageJust a quick correction: The CB/Visa/MC logo location is defined in the ATOS pathfile and is independent of the WPCB configuration. My apologies for that mistake.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardVersion 2.4 does not solve this problem
I solved the problem by editing atos.merchant.php line 22
$options=get_options(‘wpcb_dev’);Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardThank you for all your efforts 6www,
I just upgraded to 2.3.10 (2.3.9 did not work). After a successful transaction, the payment is now accepted ( ?? ) but the cart still does not empty ( ?? ). I have not yet looked into the code to track down the issue.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardpenseelibre, could you please elaborate?
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Incomplete transaction when paying with credit cardI am not sure why but after the acknowledgment from the bank, the program never calls automatic_response.php to finish the transaction with wp e-commerce.
To get it to work, I had to do the following:
1- In Extensions (plugins)-WPCB-ATOS- Normal return=’HHTP:/xxx/automatic-response.php
2- In Extensions (plugins)-WPCB-ATOS- cancel return=’HHTP:/xxx/automatic-response.php
3- In Extensions (plugins)-Extensions Installees(Installed Plugins) – WPCB – wpcb/automatic-response.php
3-1 line 168 replace $response-code=00 with $response[‘responsecode’]=’00
3-2 line 198 add after the last } wp-redirect(WP_SITEURL);exit;I don’t like what I did because it is a hack and not a legitimate improvement, but I need to get my project running before a legitimate solution is available.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] File types to Download from BNPOn my server (Linux, Apache) I used the php files with some success.
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Warning: array_key_exists() ligne 25 atos.merchant.phpI get the following warning message:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /xxxxxxxxx/wp-content/plugins/wp-e-commerce/wpsc-merchants/atos.merchant.php on line 25
I temporarily soved the problem by using @array_key_exists()
Forum: Plugins
In reply to: [WPCB] [Plugin: WPCB] Credit AgricoleNo special setup required. The extension is different for each bank.