Announcement

Collapse
No announcement yet.

Can Component Ignore Quantity

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

    #16
    With regards to question 1, when you add two products to the cart at once I think they get added in order of product reference. Try experimenting with their product references to see if it makes a difference.

    With regards to question 2, there is an answer in the knowledge base HERE.

    Comment


      #17
      Chris:

      Alteration to ActinicOrder.pm had no effect

      replace 1st occurence of line: $pComponent->{'QUANTITY'},

      with line: $pComponent->{' '},

      Total quantity still appears on each component line.

      Also, adjust Product Reference so item was G3800 and second product was G38002X. If it's by reference alpha order then item should have come first, but didn't.

      Any suggestions.
      Jeff Pollack
      www.alldawgs.com
      www.profleeceusa.com
      www.4dogclubsonly.com
      www.silverwood2007.com

      Comment


        #18
        Total quantity still appears on each component line.
        Well, I've done it many times so I'm surprised it has not worked for you. Are you sure you edited the ActinicOrder.pm in the correct site directory. Maybe try editing both occurences. If you still have no joy, zip up your script and attach it here and I'll try it out.

        With regards to items being listed in the shopping cart, the order they are listed is the order that they are added to the cart. When two products are added at once I don't know what happens. Maybe in reverse order?

        Comment

        Working...
        X