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

Okay
  Public Ticket #3235803
Price adjustment
Closed

Comments

  • Luca Rossi started the conversation

    Hello, I would like to purchase the WPC Grouped Product Plugin but first I have some clarifications to ask from you.
    An important thing for us is the price adjustment.
    When there are discounts on products to be grouped, I would like them to be seen in the row of the single product and in the total cost of the products. The total includes the sum of the products at full price, without the foreseen discounts. I attach a picture, hope you understand.
    This is a link of a test our product:

    https://sestar.it/prodotto/gural-panama-collezione/


    Attached files:  WPC.jpg

  •  767
    Janilyn replied

    Hi Luca,

    Thanks for contacting us here.

    If you need to deal with the discounts or pricings, please use our WPC Product Bundles instead. The WPC Grouped Products doesn't offer any discount/pricing methods or quantity controlling features.

    You can refer to below guides to learn more about our plugins:

    - Grouped Product: https://doc.wpclever.net/wpclever-all-wpc-plugins/woosg/

    - Product Bundles: https://doc.wpclever.net/woosb/

    Our WPC Product Bundles will display how much customers can save from the order right on the product page properly.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Luca Rossi replied

    Io non ho bisogno di calcolare i prezzi con un nuovo plugin .

    Vorrei sapere se posso visualizzare i prezzi in modo dinamico, con gli sconti che il mio sistema applica automaticamente.

    La somma del totatale è quella del listino e non tiene conto degli sconti

  •  767
    Janilyn replied

    Hi Luca,

    Thanks for the feedback.

    Did you mean the discount table at the end? You have expected that when customers choose the items from the list, they will be discounted based on the pricing table under that? Well, it's impossible to work like that, unfortunately. 

    This plugin doesn't offer any discounting or pricing method, so it's not accepting the discount table from other plugins as well. So, it's not working as you expected. You might need to consider another plugin to use with the discount table.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Luca Rossi replied

    Ok,

    altra soluzione, per evitare problemi,  è quella di non visualizzare il totale.

    è possibile non visualizzare il totale in fondo alla pagina?

    grazie

    Luca

  •  767
    Janilyn replied

    Hi Luca,

    Okay then, I will send your ticket to one of our developers. He will share with you the custom codes to hide the total of the Smart grouped product. It might take some time for our developer to reach back under the current heavy workloads. Please be patient.

    Best regards.

    Janilyn T. - WPClever Support Agent

  • Luca Rossi replied

    Grazie,

    resto in attesa e saluto


    Luca

  •  1,223
    Dustin replied

    Hi Luca,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosg-quantity .quantity {
        margin: 0 !important;
    }
    .woosg_total {
        display: none !important;
    }

    And the result https://www.screencast.com/t/DKm5ItT1d

    Best regards,
    Dustin