chrisostomost
Forum Replies Created
-
Hi,
just use the card number, expiry date (with future year) and CVC of each Test Case in the Peireaus Manual. You can use any Card Holder’s Name / any email. It is actually the expiry month that defines the different test case.
If you are still getting “transaction is not successful” then there is another problem. In my case this plugin unfortunately didn’t work because my site is bilingual (WPML). I had to buy a premium plugin (70euros) and now everything runs smoothly.
Hope this helps.
Sorry, but I don’t get this. I need to edit string both in default language and second language. Could you elaborate?
Hi again,
the string is in this file: wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php, so I assume it is added through Woocommerce, and not my theme.
I have renamed the string to ‘Select COLOR and SIZE first’ both manually as well as using Say What? plugin (after reading Mike’s link).
My problem now is that, either way, I can’t get it translated in my second language (Greek). Original string was perfectly translated in Greek. Now what I get in Greek is ‘Select COLOR and SIZE first’ as well.
I tried to change the string in the greek .po file, but it doesn’t work because I have modified the original string…
Any solution to this?
Ok, done! Contacted hosting provider again and said that I had to upgrade PHP from 5.4 to 5.6. I’ve got a question about the test cases, but I will open a new ticket. Thanks for your reply anyway.
Sorry to bother again. Just found out I had to fill in the fields of the plugin page with the details I got from Peiraeus. I thought that this was the problem for a moment, but still can’t proceed with the redirection. Still in need of help 🙁
Hi there,
I’ve got the exact same problem. I am getting order details with this message “Thank you – your order is now pending payment. You should be automatically redirected to Peiraeus Paycenter to make payment.”, but nothing happens afterwards.
Contacted my hosting provider and they said that SOAP is installed by default in our VPS Server with Plesk 12.5.
Do I need to activate sth? I have no clue how to continue…
Help pleaseee! Many thanks
Forum: Plugins
In reply to: [Nextend Accordion Menu] Branch opened in pages not included in the menuYeah! It works! Thanks a million!!!
Forum: Plugins
In reply to: [Nextend Accordion Menu] Branch opened in pages not included in the menuThank you so much!!! This was really helpful! I actually needed to have this done in all my woocommerce categories and product pages in 2 languages, so after some research (I am quite novice in php) I managed to build the proper code and placed it in header.php:
<?php if (is_product() || is_product_category() || is_cart() || is_checkout()): ?> <!--WC pages custom JS--> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('#nextend-accordion-menu-unique301ad57 .nextend-nav-920.parent').addClass('opened'); }); </script> <?php endif; ?> <?php if (is_product() || is_product_category() || is_cart() || is_checkout()): ?> <!--WC pages custom JS--> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('#nextend-accordion-menu-unique301ad57 .nextend-nav-1470.parent').addClass('opened'); }); </script> <?php endif; ?>This works absolutely fine, but the parent initially appears closed and opens along with the loading of the page. Is it possible to have it open before the page loads?
Many thanks again!