Announcement

Collapse
No announcement yet.

How can I hide the component quantities in the Cart Table?

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

    How can I hide the component quantities in the Cart Table?

    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).

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Working...
X