Forum Replies Created
-
AuthorPosts
-
AncadeMember
thanks, btw do you have anywhere documentation how to create and add shortcode?
April 5, 2012 at 1:27 pm in reply to: Is it possible to get the WP eStore working with the ogone payment gateway? #43017AncadeMemberI would also like to use Ogone, main problemm is that WP-estore supported payment systems are mostly for US merchants. That leaves about 2 payment systems which I can use. Paypal and the danish one. Most European’s don”t like to use their credit cards when purchasing and prefer to pay with an alternative way. It would benefit WP-Estore to add other payment processing that would be more orientated on the european market.
WP e-commerce, Jigoshop,Woothemes and tribulant all support Ogone and other european processors.
I love to use WP e-store because it”s very flexible, and think it’s one of the best commerce systems for wordpress, but when the only way for me to do billing is Paypal, I will loose potential customers. Paypal is very very slow and nobody understands how they can use their creditcard withit.
It”s for me essential to use another payment processor, and when WP E-store doesn”t support it I would have no other alternative to buy another e-commerce solution, and this would be really my last choice I would want.
I think for the makers of WP-Estores it”s also essential to support more payment solutions, because they will loose market to the others that do support it.
Is there a way it can be custom made a module to support Ogone and what will it cost?
March 29, 2012 at 6:48 pm in reply to: Estore+affiliate+wpml, got everything working but only one thing not… #43106AncadeMemberif I understand it correctly, you mean change:
$output .= html_entity_decode($ret_product->description, ENT_COMPAT,”UTF-8″);
into
$output .= html_entity_decode(__($ret_product->description), ENT_COMPAT,”UTF-8″);
?
March 28, 2012 at 2:54 pm in reply to: Estore+affiliate+wpml, got everything working but only one thing not… #43104AncadeMemberBeen trying to get it right, but doing something wrong. I looked up both statements, and change it to $output .= __(html_entity_decode($ret_product->description, ENT_COMPAT,”UTF-8″));
But not getting the string to translate, could you please help me out?
AncadeMemberSounds cool thanks, one more question, I had to do custom changes to estore because of using WPML, and was wondering instead of doing a update, would it also be possible if you just send me the code for the counter?
March 18, 2012 at 7:05 pm in reply to: Estore+affiliate+wpml, got everything working but only one thing not… #43102AncadeMemberYour suggestion worked, after I figured out why it didn’t work, I was using _ instead of __ , I would like to do the same for product description, which php file and statement can I find it?
March 18, 2012 at 2:07 pm in reply to: Estore+affiliate+wpml, got everything working but only one thing not… #43101AncadeMemberIt’s not picking up add to cart, I’m not sure how to do this, but seen with gettext, you need to mention the plugin name ex. _(link, pluginname), I’m no programmer and tried all kinds of things to get the pluginname in the sentence but no luck, maybe you can help me out?
AncadeMemberI thought it was the paypal transaction_id output that the shortcode uses, ifso problem is that it is unique but an invoice number for my accounting should be number+1, and the transaction_id doesn’t do that I believe. So that’s why I wanted to use the customer ID, because that number with every purchase is number+1, hope you can help me out
March 17, 2012 at 11:10 am in reply to: Estore+affiliate+wpml, got everything working but only one thing not… #43099AncadeMemberYes I know, but wasn’t my question. In your translations files like eng.php, spa.php etc, the value is not specified. I need to have it translated in serveral languages, I have a multilingual website. I use WPML and have everything nearly translated, I also use the wpml string plugin. for the translation of estore I used your instructions and is also running correctly, except the “add to cart” and product description. But I can work around this probably by adding same product with different language, or you have any better idea? about the add to cart, see for example http://www.herbalmenplus.com/de/kaufen to get an idea what I mean.
Most simple thing would be that I could add like in ger.php WP_ESTORE_ADD_TO_CART= bla bla
AncadeMemberJust wanted you to know, when I clicked on the checkout button to open in a new window it works in IE! So that would mean that paypal is openend from a frame which paypal blocks.
AncadeMemberOk thanks, have submitted the form
AncadeMemberbtw just that you know, I did all the stuff of checking my server was configured correctly with php, domainnames, rewrites etc(as you described in the forum). As cleared, cookies, history etc with IE, hope you can help out soon
AncadeMemberSo basically I have 2 problems:
1. Not getting with the redirection message a sized window infront of the checkoutpage
2. E-store checkout working on Firefox but not with Internet explorer (Your shopping cart is empty).
The 2nd problem I tested it more with IE, and it seems when:
1. Checkout get message empty cart, click go back to products
2. add product again
3. get the checkout page, but instead checking out I continue shopping
4. click checkout
5. I get redirected to paypal
So it seems when I do it a normal way I get an empty cart message and doing the procedure above I get redirected with IE 9. Hope that can maybe trigger something with you, and we resolve this problem?
AncadeMemberWeird things are happening, on my site herbalemplus.com , I first got the full screen redirection screen, and today for several hours, I sometimes got cart is empty error message or was directed directly to paypal. An hour ago I now get the full screen redirection page again. I also checked one of your example websites http://ultimate-pumpkin-stencils.com and they have the same full screen window redirection message. I would like to have the same what you have, sized window that opens infront of de checkoutpage. What do worry me is the differences I got when checking out everytime
AncadeMemberI just installed an test environment with the same configuration, you will see now the full window opening as I described in my first post http://www.help-template.com/templates . The other url herbalmenplus has the same configuration and settings and that doesn’t open the redirection window (with the message “Please wait, your order is being processed… You will be redirected to the payment page shortly”). I’m using IE and FF, also deleted my cookies and disabled plugins so I’m sure there is no conflict
-
AuthorPosts