Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3230881
Elepcion de tallas
Closed

Comments

  •  1
    EDU started the conversation

    Al usar composite para productos con diferentes tallas, me aparecen las tallas en el desplegable con un codigo antes de la talla ejemplo:

    Nombre-producto<span>-<span>L

    Como puedo quitar " <span>-<span> "

  •  767
    Janilyn replied

    Hi EDU,

    Thanks for contacting WPClever Support Forum. Sorry for the delayed response. Our system has run into some unknown issues so our Support Forum has not been working properly recently. Today it's finally working back again so I am able to process your tic

    We’ve received your question. However, we need more information in order to help you with the custom codes. Please provide us with a link to your published product for checking? 

    We need to check the frontend in order to provide the proper CSS code for your needs.

    After receiving your information, I'll proceed to the next step. 

    Best regards. 

    Janilyn T. - WPClever Support Agent

  •   EDU replied privately
  •  767
    Janilyn replied

    Hi Edu,

    Thanks for the link. We're sorry for the delayed response these days. We have spent some days to fix the server and network issues of our system. Today it is working properly again so I am back for support. 

    I have sent your ticket to one of our developers so that he could help you check it further. Our developer will respond to you with further instructions as soon as being available for support.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Edu,

    Please add the below custom code (How to add custom code?)

    add_filter( 'wooco_product_name', function ( $name ) {
        $name = str_replace( '<span> - </span>', ' - ', $name );
        $name = str_replace( ' - ', ' - ', $name );
        return $name;
    }, 99 );

    If it still doesn't work, please send me your website credentials (wp-admin link, username, password) then I can check and fix it for you. You also can create a dev/staging site with the same configurations then I'll work on it.

    Moreover, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco_wrap .wooco_components .wooco_component .wooco_component_product_qty {
        width: 150px;
        flex: 0 0 150px;
    }
    .wooco_wrap .wooco_components .wooco_component .wooco_component_product_select {
        width: 100%;
    }

    And the list looks bettersmile.pnghttps://www.screencast.com/t/DKClwOfdP

    Best regards,
    Dustin

  •  1
    EDU replied

    Hello.

    This has worked perfectly, now the sizes look good.

    Thank you so much...!! :-)

    On the other hand, I have a problem with the rates assigned to different clients, the "composite" products do not show the different price assigned. Maybe this is a plugin problem and not composite.

  •  1,226
    Dustin replied

    Seem that's a compatibility issue. I still can help you check it if you're using the premium version of our plugin.

    If you already purchased, please send me your website credentials (wp-admin link, username, password) then I can check and fix it for you. You also can create a dev/staging site with the same configurations then I'll work on it.

    Best regards,
    Dustin