Announcement

Collapse
No announcement yet.

base-ready theme and cim_qmin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    base-ready theme and cim_qmin

    I am trying to get the CIM Minimum and Maximum Quantity module to work on the Basket page.

    Works as expected on Product, Search page etc. On the Basket page I can change quantity and it does not display message or up the quantity when basket quantity is set below minimum.

    cim_qmin is assigned to the basket page.

    Version is 5.0120 upgraded today.
    Last edited by razertip; 02-05-15, 05:36 PM.

    #2
    Re: base-ready theme and cim_qmin

    There is an update needed to this module to allow it to work with the new basket:groups array on the BASK page.

    If you don't need the group feature (it allows you to group multiple items in the cart as a single line item when using buy x get 1 free promotions) you can modify the basket page to use the basket:items array.

    We will be making an update to fix this to it supports the basket:groups array but I don't have a estimated date yet.
    Last edited by Brennan; 02-06-15, 12:32 PM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: base-ready theme and cim_qmin

      Thanks Brennan!

      I don't need buy x get 1 free.

      So I would change everything inside the "foreach iterator="group" array="basket:groups" to foreach iterator="item" array="basket:items"

      Then change "group" to "item" in the foreach subroutines and the forms. Basically copying the code from the old basket content page we used before the base-readytheme upgrade.

      Did I make sense?

      Comment


        #4
        Re: base-ready theme and cim_qmin

        Correct. You also have to change the actions in both forms (update and remove)

        The remove action should be: RPRD
        The Update Action should be: QNTY
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: base-ready theme and cim_qmin


          group feature (it allows you to group multiple items in the cart as a single line item when using buy x get 1 free promotions)



          Is it only for grouping a line item or is it also used to display any type of price group promotion - rules and formatted price, display discounts, etc?

          http://www.alphabetsigns.com/

          Comment


            #6
            Re: base-ready theme and cim_qmin

            It is purely for grouping items in the cart. All discount messaging/price cross out is available in both arrays.
            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


              #7
              Re: base-ready theme and cim_qmin

              Has the module been updated to correct this? Just purchased and installed but we are experiencing the same issue in the basket. Noticed on the App Store it says the current version is 5.013, but the one we received with the order was only 5.012.

              Comment

              Working...
              X