• Resolved lukiano880

    (@lukiano880)


    Hello.
    it is possible to get the count of products added to RFQ cart?
    I would like make an “alert” like the standard mini cart, but for RFQ.
    The idea is to have two icons with the numbers.
    One for normal cart and another for RFQ cart.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    Hello,

    Sorry for delay. Are you asking for an array with each product and the count? like below. The keys are product ids and value is quantity

    Array
    (
        [117] => 1
        [144] => 3
        [211] => 1
    )
    Plugin Author Neah Plugins

    (@gplsaver)

    with version1.9.97 you can use :

    gpls_get_rfq_cart_product_quantity($productid), where $productid is the product id. Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Count of products added to RFQ cart’ is closed to new replies.