Forum Replies Created

Viewing 6 replies - 31 through 36 (of 36 total)
  • I got the same problem and even more, my variations went all to 0… Now the parent stock seems not linked to the variations so always no stock

    Thread Starter margzmi

    (@margzmi)

    Hello Mike,

    I am coming back here because after the new update I made today, I got some problems with my products’ variation…
    They all disappeared so this is impossible to sell anything because of this. The website shows 0 stock item for all products with variations.

    I just updated all the variations of one product but when I pick one variation, the image of this one doesn’t appear in front (it stays small).

    What can you do for this?

    Thank you very much

    Marc

    Thread Starter margzmi

    (@margzmi)

    Yes it is ok, thank you for asking ??

    Thread Starter margzmi

    (@margzmi)

    Hello yor326,

    I have no idea to solve your problem, I even still don’t know how to solve mine. I just got this : [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ] but I have no idea what to do with…

    Do you have the same problem has me?

    Have a great day

    Marc ([email protected])

    Thread Starter margzmi

    (@margzmi)

    Hi Claudio,

    Thank you for your help !

    I will try it and let you know if it worked…

    Have a nice day

    Thread Starter margzmi

    (@margzmi)

    here is the code I found :

    [ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]

    <?php
    if ( ! defined( 'ABSPATH' ) ) {
    	exit;
    }
    ?>
    
    <?php if ( ! empty( $name ) ) : ?>
        <strong><?php echo __( 'Name', 'realia' ); ?>: </strong> <?php echo esc_attr( $name ); ?>
    <?php endif; ?>
    
    <?php if ( ! empty( $email ) ) : ?>
        <strong><?php echo __( 'E-mail', 'realia' ); ?>: </strong> <?php echo esc_attr( $email ); ?>
    <?php endif; ?>
    
    <?php $permalink = get_permalink( $post->ID ); ?>
    <?php if ( ! empty( $permalink ) ) : ?>
        <strong><?php echo __( 'URL', 'realia' ); ?>: </strong> <?php echo esc_attr( $permalink ); ?>
    <?php endif; ?>
    
    <?php if ( ! empty( $_POST['message'] ) ) : ?>
        <?php echo esc_html( $_POST['message'] ); ?>
    <?php endif; ?>

    Thank you ??

Viewing 6 replies - 31 through 36 (of 36 total)