Antreas Georgiou
Forum Replies Created
-
do you have any code that can help me to do that ? or any example ?
ok thanks.
please where i can find the list with all filter like “woo_feed_get_skroutz_availability_attribute”?
for example i will need to do the same for bestprice, google , ……..
ok thanks.
please where i can find the list with all filter like “woo_feed_get_skroutz_availability_attribute”?
for example i will need to do the same for bestprice, google , ……..
for example somthing like this ?
add_filter( 'woo_feed_get_skroutz_availability_attribute', 'woo_feed_get_skroutz_availability_attribute_value_modify', 9, 3 ); if ( ! function_exists( 'woo_feed_get_skroutz_availability_attribute_value_modify' ) ) { function woo_feed_get_skroutz_availability_attribute_value_modify( $attribute_value, $product, $feed_config ) { $status = $product->get_stock_status(); if ( 'in stock' === $attribute_value ) { $specific_categories2 = array( 'Διαθ?σιμο απ? 1 ?ω? 3 ημ?ρε?'); $specific_categories3 = array( 'Διαθ?σιμο απ? 4 ?ω? 10 ημ?ρε?'); if ( $product->is_in_stock() && has_term( $specific_categories2, 'product_tag', $product->get_id() ) ) { $in_stock_string = 'Διαθ?σιμο απ? 1 ?ω? 3 ημ?ρε?'; }else if ( $product->is_in_stock() && has_term( $specific_categories3, 'product_tag', $product->get_id() ) ) { $in_stock_string = 'Διαθ?σιμο απ? 4 ?ω? 10 ημ?ρε?'; }else { $in_stock_string = 'Διαθ?σιμο'; } } else { $in_stock_string = $attribute_value; } return $in_stock_string; } }
do you have any example with the woo_feed_get_skroutz_availability_attribute?
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] json request causing slownessHow can I run the above code only in one specific xlm file ? I need it for skrourz
i would like to use code for this .. but I need to run the specific code only in one XML file .. for skrourz..
Forum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Αποστολ? υποχρεωτικ?ν πεδ?ων@georgekapsalakis το plugin σα? ε?ναι τ?λειο,
η τρ?πεζα δεν ξ?ρει τι τη? γ?νετε.
τη? εχω στε?λει το log και συμφ?νησε πω? ε?ναι ΟΚForum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Αποστολ? υποχρεωτικ?ν πεδ?ων@georgekapsalakis πω? μπορω να το δω για να επ@georgekapsalakis πω? μπορ? να το δω για να επιβεβαι?σω πω? ε?ναι σωστ?,
?λα τα αλλ? πεδ?α που απαιτο?νται απ? την τρ?πεζα ε?ναι μ?σα στο log, και το μ?νυμα που ?χω π?ρει απ? αυτο?? ε?ναι το εξ?? .mail 1
??χετε ολοκληρ?σει τα σεν?ρια ?μω? παρατηρο?με πω? δε στ?λνετε τιμ?? σε ?λα τα ν?α πεδ?α.
Μπορε?τε να το διορθ?σετε και να μα? στε?λετε μια ολοκληρωμ?νη συναλλαγ? ?στε να το επιβεβαι?σουμε πριν προχωρ?σουμε με το Live;?mail 2
?Παρακαλ? ελ?γξτε στι? προδιαγραφ?? ?στε να δειτε τα υποχρεωτικ? πεδ?α που πρ?πει να στ?λνονται κατ? τη κλ?ση του ticketing.
Στο manual θα τα βρε?τε με την ?νδειξη (M)?
ιβεβForum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Αποστολ? υποχρεωτικ?ν πεδ?ων@georgekapsalakis και το δικο μου log δεν εχει μεσα το LanguageCode
ενω η τραπεζα το εχει μεσα στου? “παρ?μετροι που πρ?πει να στ?λνονται μ?σω τη? φ?ρμα?
στο Paycenter”που μπορω να δω το LanguageCode, και τι πρεπει να κανω? που βλεπω πωσ στελνετε?
Forum: Plugins
In reply to: [WPS Hide Login] when i use your plugin the dashboard is not workingplease, can you give me more instructions, how I can fix it?
Forum: Plugins
In reply to: [WPS Hide Login] when i use your plugin the dashboard is not workingnot the error page sorry I mean page/404/
who can I check the conflict problem?Forum: Plugins
In reply to: [Bold Page Builder] [Google Maps] Google Maps Location not workingcan we use deferent map (no google map) for example bing map?