rikavon
Forum Replies Created
-
or any estimated time when will be the next release which will include this feature?
Any workaround you can think about until then?
Forum: Plugins
In reply to: [WooCommerce] Prioritizing related products by taxonomies.how come i never get any response in this forum?????
Forum: Plugins
In reply to: [WooCommerce] International Flat RateAnyone?…
Forum: Plugins
In reply to: [WooCommerce] Flat Rate Shipping does not have additional options segmentHey Mike,
Regarding this post of yours – https://woocommerce.wordpress.com/2015/06/16/simplifying-flat-rate-shipping-in-wc-2-4/What are the extra parameters that should be included for the countries exclude part?
Thanks.Forum: Plugins
In reply to: [WooCommerce] wrong redirection after proceeding with paypalbut since i dont get any response from them for a while now.. do you have any tip even where should i start checking? this thing drives my crazy.
Forum: Plugins
In reply to: [WooCommerce] wrong redirection after proceeding with paypali can’t check it within the sandbox since it doesn’t even get to the real ‘paypals’ page after i hit ‘checkout with paypal’, it’s being automatically redirected to https://www_paypal_com/…blabla../ , that’s why i can’t even test it on the endpoint of my sandbox account.
Forum: Plugins
In reply to: [WooCommerce] wrong redirection after proceeding with paypalanyone?
Forum: Plugins
In reply to: [WooCommerce] wrong redirection after proceeding with paypalbut if i would disable wpml, i won’t be able to even try to checkout on my english version (since russian is my primary one)
Forum: Hacks
In reply to: GET-POST variables AJAXwell, i tried to follow their instructions and i’ve put these lines in my functions.php but it still didn’t work out for some reason
function custom_rewrite_tag() { add_rewrite_tag('%jewel_one%', '([^&]+)'); add_rewrite_tag('%jewel_two%', '([^&]+)'); } add_action('init', 'custom_rewrite_tag', 10, 0); function custom_rewrite_rule() { add_rewrite_rule('^compare-jewels/([^/]*)/([^/]*)/?','index.php?page_id=1048&jewel_one=$matches[1]&jewel_two=$matches[2]','top'); } add_action('init', 'custom_rewrite_rule', 10, 0);and when i try to reach http://www.mydomain.com/compare-jewels/svarovski/jamesallen – i get an 404 page.. and no redirect to the actual page_id=1048 page for some reason..
Forum: Fixing WordPress
In reply to: can't see the entire postsit works,
thanks!Forum: Fixing WordPress
In reply to: can't see the entire posts(that’s an Hebrew-converted template)
Forum: Fixing WordPress
In reply to: can't see the entire poststhat’s some piece of code i’ve got on page.php
<!-- begin post --> <div class="single"> <h2><?php the_title(); ?></h2> <?php the_content(); ?> </div> <!-- end post -->Forum: Fixing WordPress
In reply to: can't see the entire postsnope, searched all over the file and it doesn’t have any excerpt function at all :\