Announcement

Collapse
No announcement yet.

Quantity Text in Checkout Pages 0,1 etc.

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

    Quantity Text in Checkout Pages 0,1 etc.

    Happy Easter!

    There's a post on the v7 forum about editing/removing the component quantity in the shopping cart.

    This can be done by editing the Perl script ActinicOrder.pm.

    - Locate the file ActinicOrder.pm in the site folder.
    - Edit the file using a text editor such as Notepad.
    - Search for…

    $pComponent->{'QUANTITY'},

    - There are two occurrences, only change the first. The second is used to display the component quantity when the Component is set to appear as a separate product.

    - replace the line with...

    $pComponent->{' '},

    - Save and exit.
    - Update the site (Web | Update Website).
    Works fine in v8. My question is, from which part of the script (or even which script) does the quantity value for products/components in the cart grid come from on Checkout Pages 0, 1, 2 etc.?

    My reason for asking is that I've included a style and padding for the product/component quantity directly in the script as quoted above but it's not working on the checkout pages!

    Thanks!

    #2
    Hi Jonathan - there are two different shopping cart grid layouts within v8 - one for the cart and one for the checkout. They are both in the 'Shopping Cart Table' grid in the library. Could this be the problem - you have only edited one of them?

    Comment

    Working...
    X