PDA

View Full Version : How can I hide the component quantities in the Cart Table?


KB
22-Nov-2009, 11:26 AM
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).

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