• Resolved xlust

    (@xlust)


    Hello, please tell me how to make a short description appear after the title and then the price of the product? It’s just that now, by default, after the title there is the price of the product and then the description.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Facundo Arano

    (@aranofacundo)

    Hi there,

    I hope you’re doing well.

    To change the order of the content in quick view window, you will need to add the following PHP code in the functions.php file of your current theme:

    remove_action( 'yith_wcqv_product_summary', 'woocommerce_template_single_excerpt', 20 );
    add_action( 'yith_wcqv_product_summary', 'woocommerce_template_single_excerpt', 6 );

    Let us know if this helped you.

    Thread Starter xlust

    (@xlust)

    Hello, I inserted your code and after that the price moved, but the short description moved along with it. Now two short descriptions! I’m leaving a link, please have a look. https://cv87810-wordpress-5gfbk.tw1.ru/

    Plugin Support Vanesa

    (@vanesarodriguez)

    Hello there,
    I have checked the url you sent, but the changes seem to not be applied, as I can see the price and then the short description.
    Could you, please, use the code my colleague sent again, so we can check what happens in your installation?

    We remain at your disposal.

    • This reply was modified 5 months, 4 weeks ago by Vanesa.
    Thread Starter xlust

    (@xlust)

    Hello, I applied your code again. Look here please. I just waited until now but no one answered

    • This reply was modified 5 months, 4 weeks ago by Yui.
    • This reply was modified 5 months, 4 weeks ago by Yui. Reason: redundant link removed
    Thread Starter xlust

    (@xlust)

    Hello, I didn’t wait for your answer, so I made a screenshot for you showing that after implementing your code, the short description began to be duplicated https://prnt.sc/xBSwECGETHdg

    Thread Starter xlust

    (@xlust)

    Thank you very much for your help. I have already figured it out. For your code to work correctly, you need to disable showing a short description in the plugin settings.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.