mpapad
Forum Replies Created
-
Hello @wpallimport,
We have the Ultimate Pro Vertion.Κι εγω που τελικά τα πέρασα δεν τις είδα ποτέ. Οταν το 1ο σου βγάλει επιτυχία δοκίμασε να κάνεις και τα υπόλοιπα που απαιτούνται. Στην αρχη νομιζα οτι δεν τα ειχα περάσει αλλά όταν πηρα την τράπεζα να ρωτήσω τι και πως μου είπαν οτι ολά είναι οκ.
Χα χα. 20 μέρες με ταλαιπωρούν. Ευχαριστώ για την απάντηση
Τελικά λύθηκε?
- This reply was modified 8 years, 8 months ago by mpapad.
Forum: Reviews
In reply to: [WooSplit - Google Experiments for WooCommerce] crashed my siteSame problem to me. The plugin’s version I installed from wordpress.org was 1.0.1. Is there any new version?
Hello,
in wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/Pages.php I changed the
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method);
with
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method, 100);
This redirect page correctly in cart page. Take a look at printscreen
http://prntscr.com/cr8dy7
But if you notice at the message the page is not redirecting properly
http://prnt.sc/cr8dak
The site is http://mahila.gr/Hello
changing this code:
add_filter(sprintf('woocommerce_get_%s_page_id', $page), $method);
working well but still I have problem in message
“has been added to your cart.” …… and the link “View cart” not redirect to the right page.
I found the code in wc-cart-functions.php// Output success messages if ( 'yes' === get_option( 'woocommerce_cart_redirect_after_add' ) ) { $return_to = apply_filters( 'woocommerce_continue_shopping_redirect', wc_get_raw_referer() ? wp_validate_redirect( wc_get_raw_referer(), false ) : wc_get_page_permalink( 'shop' ) ); $message = sprintf( '<a href="%s" class="button wc-forward">%s</a> %s', esc_url( $return_to ), esc_html__( 'Continue Shopping', 'woocommerce' ), esc_html( $added_text ) ); } else { $message = sprintf( '<a href="%s" class="button wc-forward">%s</a> %s', esc_url( wc_get_page_permalink( 'cart' ) ), esc_html__( 'View Cart', 'woocommerce' ), esc_html( $added_text ) ); } wc_add_notice( apply_filters( 'wc_add_to_cart_message', $message, $product_id ) ); }… but I’m not sure what I must to change to make it work properly.
Could you like to help me on this ?Forum: Plugins
In reply to: [XML Sitemap & Google News] genres can be multipleNot working for individual posts to me. I can’t see any genre to choose.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] parameter in urlI found it: advance-wp-query-search-filter/includes/process.php
Forum: Plugins
In reply to: [Advance WP Query Search Filter] parameter in urlHello
Thank you for this plugin. Where can I find the awqsf_search_query() function ?