mpbm23
Forum Replies Created
-
As described in the FAQ
Remove item from feed
If you want to remove items from the feed you can add a special field in the product edit area “onfeed” with value “no”
If the imagelinks in the xml feeds are shown correctly do not worry about it.
Yes on both
Hi,
in index.php replace
wp_schedule_event( time(), ‘hourly’, ‘skroutz_xml_hourly_event’);
with
wp_schedule_event( time(), ‘twicedaily’, ‘skroutz_xml_hourly_event’);Hi,
you probably have not set the proper Return for Viva Dashboardyourdomainname.gr/wc-api/WC_em_Vivapayments_Gateway
Also
follow the instructions
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Illegal string offsetNew version is addressing the issue.
Forum: Plugins
In reply to: [Skroutz.gr & Bestprice.gr XML Feed for Woocommerce] xml feed pathHi,
can you change the code on createsk.php from
if (!file_exists(wp_upload_dir()['basedir'].'/skroutz')) { wp_mkdir_p(wp_upload_dir()['basedir'].'/skroutz'); } if (!file_exists(wp_upload_dir()['basedir'].'/skroutz/skroutz.xml')) { touch(wp_upload_dir()['basedir'].'/skroutz/skroutz.xml'); } if (file_exists(wp_upload_dir()['basedir'].'/skroutz/skroutz.xml')) { $xmlFile = wp_upload_dir()['basedir'].'/skroutz/skroutz.xml'; } else { echo "Could not create file."; }
to
if (!file_exists(wp_upload_dir()[basedir].'/skroutz')) { wp_mkdir_p(wp_upload_dir()[basedir].'/skroutz'); } if (!file_exists(wp_upload_dir()[basedir].'/skroutz/skroutz.xml')) { touch(wp_upload_dir()[basedir].'/skroutz/skroutz.xml'); } if (file_exists(wp_upload_dir()[basedir].'/skroutz/skroutz.xml')) { $xmlFile = wp_upload_dir()[basedir].'/skroutz/skroutz.xml'; } else { echo "Could not create file."; }
There seems to be a problem with
‘
in your site
Forum: Plugins
In reply to: [Skroutz.gr & Bestprice.gr XML Feed for Woocommerce] xml feed pathThe files will be at
https://site.gr/wp-content/uploads/skroutz/skroutz.xml
and
https://site.gr/wp-content/uploads/best-price/bp.xmlBut if no link appears it means that there will be an error in the creation. And you should check the errorlog.
Forum: Plugins
In reply to: [Skroutz.gr & Bestprice.gr XML Feed for Woocommerce] xml feed pathDid you clicked create feeds?
If everything works fine 2 links will be shown to you.
Also if the the plugin works, please change your 1-star review.Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Wrong RedirectionYes, you should always contact the bank.
Also you must have pretty url enabled.
Yes you change the domain.Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] Wrong RedirectionDid you enter the correct credentials? Also did you provide the correct IP to the bank.
You should contact the bank if they received any errorNo 2 Months ago.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] errorWhen you did the test cases did everything worked ok on the succesful payments? Were the orders completed?
If not check again the redirect links you sent to the bankSuccess: https://karol.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=success
Failure page: https://karol.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=fail
Cancel page: https://karol.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=cancel
Response method : GETForum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] How to set it upYou should contact the bank.
Forum: Plugins
In reply to: [Piraeus Bank Greece Payment Gateway for WooCommerce] How to set it upContract with Piraeus Bank/
then as told in Installation
Provide to Piraeus bank at [email protected] the following information, in order to provide you with test account information.Website url : http(s)://yourdomain.gr/
Referrer url : http(s)://yourdomain.gr/checkout/
Success page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=success
Failure page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=fail
Cancel page : http(s)://yourdomain.gr/wc-api/WC_Piraeusbank_Gateway?peiraeus=cancel
Response method : GET
Your’s server IP AddressAfter that you must make 6-7 testing purchases as described in the Piraeus Bank manual.
After the testing contact the bank for live account.