Announcement

Collapse
No announcement yet.

How can I remove the component quantities from the customer's emailed receipt?

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

    How can I remove the component quantities from the customer's emailed receipt?

    To do this you will need to edit one of the perl scripts.

    - Locate the file OrderScript.pl in the site folder.
    - Edit the file with a text editor such as Notepad.
    - Locate the first instance of: $pComponent->{'QUANTITY'}
    - Remove the word 'QUANTITY' so that it now reads…

    $pComponent->{''}

    - Save and exit.
    - Update the site.

    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