ilim

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: How to remove “Add button” on Attributes #126000
    ilim
    Participant

    my developer is with me now

    in reply to: How to remove “Add button” on Attributes #125941
    ilim
    Participant

    I just want the attributes to come automatically. That is, without pressing the add button.

    in reply to: How to remove “Add button” on Attributes #125863
    ilim
    Participant

    We have 4 features. We want these 4 features to be added automatically without pressing the Add button.

    in reply to: How to remove “Add button” on Attributes #125839
    ilim
    Participant

    attributes cannot be added when I put this code.

    in reply to: How to remove “Add button” on Attributes #125824
    ilim
    Participant

    I have 4 product attributes. I want these 4 features to come automatically without pressing the add button. I also want to remove the add button. How can I do that? Can you share an example code? Thanks.

    in reply to: Migrating product attributes to Highlights #125764
    ilim
    Participant

    so what can i do? i really need this. thanks.

    in reply to: Migrating product attributes to Highlights #125756
    ilim
    Participant

    Can you give an example code for attached picture? thank you.

    in reply to: Migrating product attributes to Highlights #125668
    ilim
    Participant
                    <p class="pro-title">
                        <label><?php _e('Product Title', 'dc-woocommerce-multi-vendor'); ?>: </label>
                        <strong class="editable-content"><?php echo $product_object->get_title( 'edit' ); ?></strong>
                        <?php if( (!$self->is_spmv() && $is_update) || !apply_filters('wcmp_singleproductmultiseller_edit_product_title_disabled', true) ) : ?>
                        <button type="button" class="editable-content-button"><i class="wcmp-font ico-edit-pencil-icon" title="<?php _e('Edit', 'dc-woocommerce-multi-vendor'); ?>"></i> <!--span>edit</span--></button>
                        <?php endif; ?>
                        <span class="editing-content">
                            <input type="text" class="form-control" name="post_title" id="post_title" value="<?php echo $product_object->get_title( 'edit' ); ?>"<?php if ( $self->is_spmv() && apply_filters('wcmp_singleproductmultiseller_edit_product_title_disabled', true) ) echo ' readonly="readonly"'; ?>>
                            <input type="hidden" name="original_post_title" value="<?php echo $product_object->get_title( 'edit' ); ?>">
                            <input type="hidden" name="post_ID" value="<?php echo $self->get_the_id(); ?>">
                            <input type="hidden" name="is_update" value="<?php esc_attr( $is_update ); ?>">
                            <input type="hidden" name="original_post_status" value="<?php esc_attr( get_post_status( $post ) ); ?>">
                        </span> 
                    </p>
    Copy

    in html-product-highlights.php correct?

    in reply to: Migrating product attributes to Highlights #125608
    ilim
    Participant

    Hello,

    My developer is with me now.

    Thanks.

    in reply to: Migrating product attributes to Highlights #125579
    ilim
    Participant

    I know this area exists. how can i move this field up as i show? also i want this field to be exactly as i show.
    We dont want to have an add button as an extra. Can you share a code about it?

    in reply to: Migrating product attributes to Highlights #125542
    ilim
    Participant

    it was made with photoshop to be an example of what we want.

    in reply to: Migrating product attributes to Highlights #125534
    ilim
    Participant

    Hello,

    This is just the screenshot. Made with Photoshop.

    I want to do the same.

Viewing 12 posts - 1 through 12 (of 12 total)