Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter spakainas

    (@spakainas)

    Hello,

    Well, in my case the plugin ignores the coupon that is applied and still looks at final total price and not subtotal. Which is weird.

    I’ll try to look into the filter hook that you mentioned, though I might not have skills to do that on my own. ??

    Same warning for me too!

    Warning: : Undefined variable $set_nonce in

    /home/duailt/domains/hidden.lt/public_html/wp-content/plugins/multiparcels-shipping-for-woocommerce/includes/class-mp-admin.php

    Thread Starter spakainas

    (@spakainas)

    Thank you for update. It works now

    I got the same issue trying this plugin today.

    Fatal error: Uncaught Error: Call to undefined method Alg_WC_Email_Verification_Emails::wrap_in_wc_email_template() in /home/delate/domains/[redacted]/public_html//wp-content/plugins/emails-verification-for-woocommerce/includes/class-alg-wc-ev-emails.php:79 Stack trace: #0 /home/delate/domains/[redacted]/public_html/wp-includes/class-wp-hook.php(307): Alg_WC_Email_Verification_Emails->maybe_send_confirmation_email(8, Array) #1 /home/delate/domains/[redacted]/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /home/delate/domains/[redacted]/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /home/delate/domains/[redacted]/public_html/wp-content/plugins/emails-verification-for-woocommerce/includes/class-alg-wc-ev-core.php(623): do_action('alg_wc_ev_user_...', 8, Array) #4 /home/delate/domains/[redacted]/public_html/wp-content/plugins/emails-verification-for-woocommerce/includes/class-alg-wc-ev-core.php(585): Alg_WC_Email_Verification_C in /home/delate/domains/[redacted]/public_html/wp-content/plugins/emails-verification-for-woocommerce/includes/class-alg-wc-ev-emails.php on line 79
    
    There has been a critical error on this website.
    • This reply was modified 2 years, 12 months ago by spakainas.
    Thread Starter spakainas

    (@spakainas)

    I kind of stopped working up on this project and trying to find the issue but will re-open this topic, when I have more free time

    Thread Starter spakainas

    (@spakainas)

    Thank you for your detailed answer.
    Well, I did found the workaround i mentioned before but it was like a backup option. It helps avoid the problem but makes the store management more complicated.
    I could duplicate a website for testing purposes as I have no clue how to solve it.

    Thread Starter spakainas

    (@spakainas)

    Hello,
    First of all sorry for double thread as I thought the original question got deleted (it wasn’t shown in my WP activity).

    You are right, there was some importing that was done from old site to an updated one. But I wasn’t importing orders. Only products were imported to the new site.

    Before you also wrote:

    `Hi @spakainas,

    WooCommerce stores order items in two tables in the database, _woocommerce_order_itemmeta and _woocommerce_order_items. If these tables had old content that can sometimes cause the wrong information to appear in orders. I’ve seen that if old orders were incorrectly removed from a site. Also this happens when order imports aren’t handled correctly.

    I would suggest checking these tables in the database and see what they show. If you see gaps in the order_item_id numbers that could indicate a problem.

    Let us know what you find out.`

    I did what you suggested and checked order_item_id. Everything seems fine. I see only numbers.
    Here is a screenshot of _woocommerce_order_itemmeta: https://prnt.sc/24xz8v6
    Here is screenshot of _woocommerce_order_items: https://prnt.sc/24xzzyg

    Thank you for your help. I hope there will be a solution

    Update: the only solution i found how to avoid this. Reproduction:
    1. Go to edit a product with variations.
    2. Create new variation (instead of ALL sizes I select only specific size).
    3. Delete old variation with ANY sizes.

    That somehow works and Order info doesn’t get changed. I feel like somehow Variation ID is tied up with Order info.
    When I remove variation from the PRODUCT, Variation ID in ORDER info disappears. and nothing gets changed

    • This reply was modified 3 years, 2 months ago by spakainas.
    • This reply was modified 3 years, 2 months ago by spakainas.
    • This reply was modified 3 years, 2 months ago by spakainas.

    I just noticed the exact same problem on my site too.
    And it’s also Flatsome theme.
    I was searching for a while who caused the problem until I deactivated this plugin and it solved the problem
    For now I hid it with CSS as a temp solution.

    .shop-container .woocommerce-ordering,
    .shop-container .woocommerce-result-count  {
    display:none;
    }
    Thread Starter spakainas

    (@spakainas)

    Hey, sorry for late answer.
    I kind of found a solution, but it is an “ugly” fix.
    Basically, I checked what scripts and css files plugin loads to the page..
    So i copied the links to scripts and css files into my theme template file and disabled plugin. ??

    fussi69..
    I spent like 3 hours searching for solution.. And i found it just after my post..
    Simply.. if you Woocommerce 2.6 (NOT 3.X) – download the older version of plugin – 1.0.1.
    I tried it and it works! ??
    https://www.ads-software.com/plugins/variation-swatches-for-woocommerce/advanced/

    fussi69, The exact same thing happened to me. It works fine with regular attribute types though.

    Through PRoducts –> Attributes I created Atrribute group (Type: color)
    step1
    Then, in that attribute I created 3 different colours – black, white, green:

    After that I went to specific product, changed it to a Variable product.
    Added regular attribute (as a dropdown) and and image attributes. Seems to be OK at this point

    After I go to Variations.. For some reason I get these numbers:

    When I go back to check Products –> Attributes
    There are those 3 new “colors” that I haven’t created:

    I noticed one thing though:
    When i click on Green colour and see URL, it goes like this:
    domain.com/term.php?taxonomy=pa_color&tag_ID=854 [..]
    So that “Random” generated number doesn’t seem so random now

    I use newest version of WP and Woocommerce 2.6.14 together with Polylang.

    Interesting. You said you translated everything through “String Translation” but the only thing I can translate are the Plugin General text; not the tabs itself.

    I tried to search for any WPML settings but couldn’t find any.

    So I guess I will just create new tabs in English and will add them manually to each product.

    Today I’ve tried to translate the “Tabs” to other language but also got into the same trouble. In Strings Translation I only can translate “system” strings. What I really need to translate are the custom tabs. ??

    What is interesting, I was searching through internet and found that your plugin is compatible. But i guess something has changed since then. https://wpml.org/2016/10/compatible-plugins-oct-2016/

    I’ll be following this thread waiting for the answer.
    Thanks in advance for your help and the creation of this plugin

    Thread Starter spakainas

    (@spakainas)

    Nevermind, solved it after like 4 hours ??

    Was very simple really.

    <?php // Display Empty Shopping Cart messages
    	$shoppingCart = TheCartPress::getShoppingCart();
    if ( $shoppingCart->isEmpty() ) { ?>
    
    		<?php } else { ?>
    		DO CODE
    		<?php } ?>
    spakainas

    (@spakainas)

    I have the same problem.
    I use this for my Portfolio to extract categories (used www.ads-software.com example)

    <?php
    $terms = get_the_terms( $post->ID, 'categories-portfolio' );
    
    if ( $terms && ! is_wp_error( $terms ) ) : 
    
    	$draught_links = array();
    
    	foreach ( $terms as $term ) {
    		$draught_links[] = $term->name;
    	}
    
    	$on_draught = join( ", ", $draught_links );
    ?>
    
    	<?php echo $on_draught; ?>
    
    <?php endif; ?>

Viewing 15 replies - 1 through 15 (of 24 total)