VerNo
|
Version Date
|
Release Notes
|
01
|
01-MAY-2004
|
Initial version - Big Yellow Zone VP-ASP Invoice/Receipt/Packing Slip. |
02
|
04-OCT-2004
|
Added state description function. Moved line-item description formatting to a config file to allow for easier maintenance/customisation. Made fully compatible with V5.5. |
03
|
24-NOV-2004
|
Added thumbnail image options to description field for order items. |
04
|
10-JAN-2005
|
Added more product columns to be available to description field for order items (cdescription, extendeddesc). |
05
|
11-JAN-2005
|
Changed shipping address logic to use shipping address when any shipping info has been entered rather than just the shipping name. The only shipping info not checked now is country and state as those may be defaulted to n/a or other default values for blank shipping addresses. Also, in the case of such shipping addresses being used, the name is now defaulted to the invoice name if the shipping name is blank. |
06
|
08-MAY-2005
|
Corrections made to deal with large order/customer/product numbers etc (CInt to CLng etc). shopa_custpackingslip.asp and shopa_packingslip changed only. |
07
|
06-JUN-2005
|
Added address2 lines for VP-ASP V5.5 and above. Files changed were:
shopa_custpackingslip_config.asp (new config option added - taddress2_installed)
shopa_packingslip_config.asp (new config option added - taddress2_installed)
shopa_custpackingslip.asp
shopa_packingslip.asp
byz001_install.asp |
08
|
25-JUN-2005
|
Added shipmessage for VP-ASP V5.0 and above. Files changed were:
shopa_custpackingslip_config.asp (new config option added - tshipmessage_installed)
shopa_packingslip_config.asp (new config option added - tshipmessage_installed)
shopa_custpackingslip.asp
shopa_packingslip.asp
byz001_install.asp |
09
|
03-JAN-2006
|
Made compatible with VP-ASP V6.
Changed default format for line-items to use itemname instead of constructed string.
Changed default footer text from blank to a thanks message.
Changed default showthumbs to be Y instead of N.
Changed default for websessions to be used.
Clarified and simplified the installation instructions.
Changed customer-slip installation instructions to not replace the OID link and to instead create a new/extra link (so that downloads can still work by being able to link to the standard view-order page).
Files changed were:
byz001_install.asp
README.htm
shopa_custpackingslip_config_productlinedesc.asp
shopa_packingslip_config_productlinedesc.asp
shopa_custpackingslip_config.asp
shopa_packingslip_config.asp
shopa_custpackingslip_link.asp |
10
|
24-MAR-2006
|
Added extra optional readme document steps to explain how to add the slip to the customer thanks pages. Files changed were:
README.htm
byz001_install.asp |
11
|
01-DEC-2006
|
Added facilities to send slips as customer and/or merchant html emails (eg for order confirmations/receipts).
Files effected were:
README.htm (changed file)
byz001_install.asp (changed file)
byz_slp$_customer_email_config.asp (new file)
byz_slp$_global_email_config.asp (new file)
byz_slp$_merchant_email_config.asp (new file)
byz_slp_inc.asp (new file)
byz_slp_merchant_email_submission.asp (new file)
byz_slp_customer_email_submission.asp (new file)
byz_template_codes_codes_slip.asp (new file)
byz_template_codes_functions_slip.asp (new file)
tmp_byz_slp_email_customer_oitems.htm (new file)
tmp_byz_slp_email_customer_orders.htm (new file)
tmp_byz_slp_email_merchant_oitems.htm (new file)
tmp_byz_slp_email_merchant_orders.htm (new file)
shopa_packingslip.asp (changed file)
shopa_custpackingslip.asp (changed file) |
12
|
04-MAR-2007
|
Clarified some installation instructions.
Changed to be compatible with VPASP V6.5.
Upgraded BYZ038 (Licensing) module to cater for VP-ASP V6.5.
Upgraded BYZ033 (Template Fields) module for additional argument types.
Files effected:
README.htm (changed file)
byz001_install.asp (changed file)
byz_slp_customer_email_submission.asp (changed file)
byz_slp_merchant_email_submission.asp (changed file)
shopa_custpackingslip.asp (changed file)
shopa_packingslip.asp (changed file) |
13
|
15-MAY-2007
|
Added extra columns which are now available on the per-item display logic, and configured those options.
Extra columns now catered for are:
products.customerimage (bit/int/yesno)
oitems.customerimage (varchar/text 255)
Moved tmyco_website setting out of main slip screen asps and into config options instead.
Added new config options for the URL of the vpasp area, as this may differ from the mysite area if merchant doesnt want to display the cart directory in their mysite value.
Files effected:
README.htm (changed file)
byz001_install.asp (changed file)
byz_slp_inc.asp (changed file)
byz_slp$_global_email_config.asp (changed file)
byz_template_codes_functions_slip.asp (changed file)
shopa_custpackingslip.asp (changed file)
shopa_custpackingslip_config.asp (changed file)
shopa_custpackingslip_config_productlinedesc.asp (changed file)
shopa_packingslip.asp (changed file)
shopa_packingslip_config.asp (changed file)
shopa_packingslip_config_productlinedesc.asp (changed file)
shopa_packingslip_system.asp (changed file) |
14
|
11-AUG-2007
|
Added supplier html emails and corresponding attachments as new options.
Fixed the feature logic so that it returns the caption as well as the chosen value.
Files effected:
README.htm (changed file)
byz001_install.asp (changed file)
byz_slp$_global_email_config.asp (changed file; comments only changed, no changes made to code/values)
byz_slp$_supplier_email_config.asp (new file)
byz_slp_admin_email_links_inc.asp (new file) (PLEASE NOTE: step 13 has changed)
byz_slp_inc.asp (changed file)
byz_slp_supplier_email_submission.asp (new file)
byz_template_codes_codes_slip.asp (changed file)
byz_template_codes_codes_slip_customer.asp (new file)
byz_template_codes_codes_slip_global.asp (new file)
byz_template_codes_codes_slip_merchant.asp (new file)
byz_template_codes_codes_slip_supplier.asp (new file)
byz_template_codes_codes_slip_supplier_att.asp (new file)
byz_template_codes_functions_slip.asp (changed file)
byz_template_codes_functions_slip_customer.asp (new file)
byz_template_codes_functions_slip_global.asp (new file)
byz_template_codes_functions_slip_merchant.asp (new file)
byz_template_codes_functions_slip_supplier.asp (new file)
byz_template_codes_functions_slip_supplier_att.asp (new file)
shopa_custpackingslip.asp (changed file)
shopa_custpackingslip_config_productlinedesc.asp (changed file)
shopa_packingslip.asp (changed file)
shopa_packingslip_config_productlinedesc.asp (changed file)
tmp_byz_slp_email_customer_orders.htm (changed file)
tmp_byz_slp_email_merchant_orders.htm (changed file)
tmp_byz_slp_email_supplier_att_oitems.htm (new file)
tmp_byz_slp_email_supplier_att_orders.htm (new file)
tmp_byz_slp_email_supplier_oitems.htm (new file)
tmp_byz_slp_email_supplier_orders.htm (new file) |
15
|
19-OCT-2007
|
Upgraded BYZ038 (from V07 to V08)
Upgraded BYZ036 (from V02 to V04)
Changed instructions to be compatible with bigyellowkey.com licensing notes.
Changed all email slips (customer, merchant, supplier, supplier attachment) to default the item descriptions to a direct copy of the oitems.itemname value instead of the derived codes/names/features - this was so that when using usertext features the values are picked up correctly (for user-chosen feature values it would have been correct with the previous default settings, it was only user-entered values that had a problem).
Changed supplier email logic to cater for null values for the suppliers details.
Effected files:
byz001_install.asp (deleted file)
README.htm (changed file)
byz_slp_inc.asp (changed file; BYZ_SLP_SEND_SUPPLIER_EMAIL function)
byz_template_codes_functions_slip_customer.asp (changed file; BYZ_SLP_EMAIL_CUSTOMER_ITEM_PRODUCTDESC function)
byz_template_codes_functions_slip_merchant.asp (changed file; BYZ_SLP_EMAIL_MERCHANT_ITEM_PRODUCTDESC function)
byz_template_codes_functions_slip_supplier.asp (changed file; BYZ_SLP_EMAIL_SUPPLIER_ITEM_PRODUCTDESC function)
byz_template_codes_functions_slip_supplier_att.asp (changed file; BYZ_SLP_EMAIL_SUPPLIER_ATT_ITEM_PRODUCTDESC and BYZ_SLP_EMAIL_SUPPLIER_ATT_ORDER_WINDOWTITLE functions)
tmp_byz_slp_email_supplier_att_oitems.htm (changed file)
tmp_byz_slp_email_supplier_oitems.htm (changed file) |
16
|
07-DEC-2007
|
Upgraded BYZ033 (from V04 to V05)
Added customer/order other fields logic/display (related to the standard vpasp xcustomerotherfields, xcustomerothercaptions, xcustomerotherfieldsinorder config options).
Effected files:
README.htm (changed file)
byz_slp$_customer_other_fields_formatting.asp (new file)
byz_slp$_customer_other_fields_config.asp (new file)
byz_slp_inc.asp (changed file)
byz_template_codes_functions_slip_customer.asp (changed file)
byz_template_codes_functions_slip_merchant.asp (changed file)
byz_template_codes_functions_slip_supplier.asp (changed file)
byz_template_codes_functions_slip_supplier_att.asp (changed file)
shopa_custpackingslip.asp (changed file)
shopa_packingslip.asp (changed file) |
17
|
12-DEC-2007
|
Changed merchant email logic to allow an option to set the from email adddress/name to the customers.
Effected files:
README.htm (changed file)
byz_slp$_merchant_email_config.asp (changed file; comments added only, no other changes made)
byz_slp_merchant_email_submission.asp (changed file)
byz_slp_inc.asp (changed file) |
18
|
29-FEB-2008
|
Minor correction to Merchant and Supplier email slips; the shipmethod was being shown where the shipmessage should have been shown, thereby showing the shipmethod twice and the shipmessage not at all. This was only happening when there was a non-blank value in the shipmessage field for a given order. (the customer email slip was ok, and the screens were also ok).
Created new config options for each type of slip to say whether to display the shipmessage or not and the corresponding label text to use for it.
Effected files:
A) Documentation:
1. README.htm (changed file)
B) Configuration Files:
1. byz_slp$_customer_email_config.asp (changed file; new config options added: xbyz_slp_customer_email_display_shipmessage and xbyz_slp_customer_email_shipmessage_label)
2. byz_slp$_merchant_email_config.asp (changed file; new config options added: xbyz_slp_merchant_email_display_shipmessage and xbyz_slp_merchant_email_shipmessage_label)
3. byz_slp$_supplier_email_config.asp (changed file; new config options added: xbyz_slp_supplier_email_display_shipmessage and xbyz_slp_supplier_email_shipmessage_label and xbyz_slp_supplier_att_email_display_shipmessage and xbyz_slp_supplier_att_email_shipmessage_label, and xbyz_slp_supplier_email_product_supplier_price_columnname default changed from price2 to )
4. shopa_custpackingslip_config.asp (changed file; new config options added: xbyz_slp_customer_screen_display_shipmessage and xbyz_slp_customer_screen_shipmessage_label)
5. shopa_packingslip_config.asp (changed file; new config options added: xbyz_slp_merchant_screen_display_shipmessage xbyz_slp_merchant_screen_shipmessage_label)
C) Program Files:
1. byz_slp_inc.asp (changed file; new config options declared)
2. byz_template_codes_functions_slip_merchant.asp (changed file; changed the BYZ_SLP_EMAIL_MERCHANT_ORDER_DELIVERTOADDRESS function only)
3. byz_template_codes_functions_slip_supplier.asp (changed file; changed the BYZ_SLP_EMAIL_SUPPLIER_ORDER_DELIVERTOADDRESS function only)
4. byz_template_codes_functions_slip_supplier_att.asp (changed file; changed the BYZ_SLP_EMAIL_SUPPLIER_ATT_ORDER_DELIVERTOADDRESS function only)
5. byz_template_codes_functions_slip_customer.asp (changed file; changed the BYZ_SLP_EMAIL_CUSTOMER_ORDER_DELIVERTOADDRESS function only)
6. shopa_packingslip.asp (changed file; changed the FuPackingSlipPrintDeliveryAddress function only)
7. shopa_custpackingslip.asp (changed file; changed the FuPackingSlipPrintDeliveryAddress function only) |
19
|
10-MAR-2008
|
Changed to only attempt to process supplier emails if the xmailtosuppliers config option is set to Yes. Was previously trying to process supplier emails whenever a product being ordered had a supplier mapped to it.
Effected files:
README.htm (changed file)
byz_slp_admin_email_links_inc.asp (changed file)
byz_slp_inc.asp (changed file)
byz_slp$_supplier_email_config.asp (changed file; xbyz_slp_supplier_email_product_supplier_price_columnname changed from to cprice) |
20
|
23-MAR-2008
|
Added tax label configuration options, and secondary tax (for PST etc) options.
Effected files:
A) Documentation:
1. README.htm (changed file)
B) Configuration Files:
1. byz_slp$_global_email_config.asp (changed file; 3 new tax options added)
2. shopa_custpackingslip_config.asp (changed file; 3 new tax options added)
3. shopa_packingslip_config.asp (changed file; 3 new tax options added)
C) Program Files:
1. byz_slp_inc.asp (changed file; 9 new config options and secondary tax amount declared, BYZ_SLP_GET_COMPLEX_ORDER_DATA function changed)
2. shopa_custpackingslip.asp (changed file; FuPackingSlipGetAllData, FuPackingSlipGetOrderData, FuPackingSlipPrintOrderedItems functions changed)
3. shopa_packingslip.asp (changed file; FuPackingSlipGetAllData, FuPackingSlipGetOrderData, FuPackingSlipPrintOrderedItems functions changed)
4. byz_template_codes_codes_slip_customer.asp (changed file; added tax2 calls)
5. byz_template_codes_codes_slip_merchant.asp (changed file; added tax2 calls)
6. byz_template_codes_codes_slip_supplier.asp (changed file; added tax2 calls)
7. byz_template_codes_functions_slip_customer.asp (changed file; added tax2 functions)
8. byz_template_codes_functions_slip_merchant.asp (changed file; added tax2 functions)
9. byz_template_codes_functions_slip_supplier.asp (changed file; added tax2 functions)
D) Template Files:
tmp_byz_slp_email_customer_orders.htm (changed file; added tax2 calls)
tmp_byz_slp_email_merchant_orders.htm (changed file; added tax2 calls) |
21
|
29-AUG-2009
|
Upgraded BYZ038 (from V08 to V10).
Upgraded BYZ036 (from V04 to V05).
Upgraded BYZ033 (from V05 to V06).
Created version file for reference/info and took version numbers out of individual files.
Effected files:
README.htm (changed file)
byz$001_version.asp (new file)
shopa_custpackingslip.asp (changed file; version comment taken out only)
shopa_packingslip.asp (changed file; version comment taken out only) |
22
|
07-SEP-2009
|
Added optional bulk-printing facility for admin screen slip.
Step 10 of installation process amended to add 2 extra steps for the bulk-printing include/call on the view-orders admin screen.
Effected files:
README.htm (changed file)
byz$001_version.asp (changed file)
shopa_packingslip_config.asp (changed file; bulk-printing options added to the bottom)
shopa_packingslip_bulkprint_form_iframe_inc.asp (new file)
shopa_packingslip_bulkprint_form_iframe_contents.asp (new file)
shopa_packingslip_bulkprint_form_iframe_contents_header.asp (new file)
shopa_packingslip_bulkprint_form_iframe_contents_trailer.asp (new file)
shopa_packingslip_bulkprint_form_iframe_vars.asp (new file)
shopa_packingslip.asp (changed file) |
23
|
11-DEC-2009
|
Changed to be compatible with VPASP V7.
Split documentation into separate files.
Upgraded BYZ038 (from V10 to V11).
Upgraded BYZ036 (from V05 to V06).
Upgraded BYZ033 (from V06 to V07).
Effected files:
README.htm (changed file)
README_history.htm (new file)
README_installation.htm (new file)
README_suppliers.htm (new file)
byz$001_version.asp (changed file for all vpasp versions)
byz_slp_inc.asp (changed file for all vpasp versions)
byz_slp_vars_inc.asp (new file for all vpasp versions)
V7 Files Only:
byz_slp$_customer_email_config.asp (changed file for vpaspv7+ only)
byz_slp$_global_email_config.asp (changed file for vpaspv7+ only)
byz_slp$_merchant_email_config.asp (changed file for vpaspv7+ only)
byz_slp$_supplier_email_config.asp (changed file for vpaspv7+ only)
byz_slp_customer_email_submission.asp (changed file for vpaspv7+ only)
byz_slp_merchant_email_submission.asp (changed file for vpaspv7+ only)
byz_slp_supplier_email_submission.asp (changed file for vpaspv7+ only)
byz_template_codes_functions_slip_supplier.asp (changed file for vpaspv7+ only)
byz_template_codes_functions_slip_supplier_att.asp (changed file for vpaspv7+ only)
byz_template_codes_functions_slip_customer.asp (changed file for vpaspv7+ only)
byz_template_codes_functions_slip_merchant.asp (changed file for vpaspv7+ only)
shopa_custpackingslip_config.asp (changed file for vpaspv7+ only)
shopa_custpackingslip.asp (changed file for vpaspv7+ only)
shopa_custpackingslip_system.asp (new file for vpaspv7+ only)
shopa_packingslip.asp (changed file for vpaspv7+ only)
shopa_packingslip_bulkprint_form_iframe_contents.asp (changed file for vpaspv7+ only)
shopa_packingslip_config.asp (changed file for vpaspv7+ only)
shopa_packingslip_system.asp (changed file for vpaspv7+ only) |
24
|
13-JAN-2010
|
Corrected a bug which was causing problems when trying to send some slip emails for some mail types (for VPASP V7+).
If upgrading, please note the new lines of code to setup the my_system variable in steps 16, 17, and 18 of the installation notes.
Corrected Admin Screen Slip (VPASP V7+ only) to ensure product thumbnail urls are correctly calculated.
Effected files:
README.htm (changed file)
README_history.htm (changed file)
README_installation.htm (changed file)
README_suppliers.htm (changed file)
byz$001_version.asp (changed file for all vpasp versions)
V7 Files Only:
admin/byz_slp_customer_email_submission.asp (changed file for vpaspv7+ only)
admin/byz_slp_merchant_email_submission.asp (changed file for vpaspv7+ only)
admin/byz_slp_supplier_email_submission.asp (changed file for vpaspv7+ only)
admin/shopa_packingslip.asp (changed file for vpaspv7+ only) |
25
|
18-JAN-2010
|
Upgraded BYZ033 (from V07 to V08).
Effected files:
README.htm (changed file)
README_history.htm (changed file)
README_installation.htm (changed file)
README_suppliers.htm (changed file)
byz$001_version.asp (changed file for all vpasp versions) |
26
|
07-FEB-2011
|
Upgraded BYZ038 (from V11 to V12).
Upgraded BYZ036 (from V06 to V07).
Upgraded BYZ033 (from V08 to V09).
Effected files:
README*.htm (changed files)
byz$001_version.asp (changed file for all vpasp versions) |
27
|
01-JUN-2011
|
Upgraded BYZ038 (from V12 to V13).
Upgraded BYZ036 (from V07 to V08).
Upgraded BYZ033 (from V09 to V11).
Added charset meta tag to slip header html output (slip screens and slip emails) to allow special characters which were previously not working on some installations of vpasp.
Changed cursor logic as some instances of vpasp were returning blank order-level values due to the 8K ado/sql restrictions.
Added extra config options for optionally specifying fixed widths and/or heights for product thumbnails on all types of slip.
For the list of effected files, see the version history (README_history.htm) file inside the slip zip file. |
28
|
13-SEP-2011
|
Upgraded BYZ038 (from V13 to V14).
Upgraded BYZ036 (from V08 to V09).
Upgraded BYZ033 (from V11 to V12).
More changes to help ensure that cursors never blank-out, and also added an extra bit of logic for the customer screen slip.
Split some of the includes out of the VPASP V7 preview/resend slip email screens into a separate file so that it can easily be changed to use virtual paths instead of parent paths for the includes.
Split the installation instructions into separate files for different versions of vpasp to allow for an easier-to-follow installation process.
Please note: If upgrading from a previous version and if you are using VPASP V7 and your site/server does not allow parent paths, then please change the paths in the includes in the admin/byz_slp_admin_email_vpasp_inc.asp file to use virtual includes/paths instead of parent paths (see the installation notes for more details).
Effected files:
README*.htm (changed files)
vpaspv65andbelow/byz$001_version.asp (changed file)
vpaspv65andbelow/shopa_custpackingslip_validate_inc.asp (new file)
vpaspv65andbelow/shopa_custpackingslip.asp (changed file)
vpaspv7andabove/byz$001_version.asp (changed file)
vpaspv7andabove/shopa_custpackingslip_validate_inc.asp (new file)
vpaspv7andabove/shopa_custpackingslip.asp (changed file)
vpaspv7andabove/admin/byz_slp_admin_email_vpasp_inc.asp (new file)
vpaspv7andabove/admin/byz_slp_customer_email_submission.asp (changed file)
vpaspv7andabove/admin/byz_slp_merchant_email_submission.asp (changed file)
vpaspv7andabove/admin/byz_slp_supplier_email_submission.asp (changed file) |
29
|
27-NOV-2011
|
Upgraded BYZ038 (from V14 to V15).
Upgraded BYZ036 (from V09 to V10).
Upgraded BYZ033 (from V12 to V13).
Effected files:
README*.htm (changed files)
vpaspv65andbelow/byz$001_version.asp (changed file)
vpaspv7andabove/byz$001_version.asp (changed file) |
30
|
04-MAR-2013
|
Upgraded BYZ038 (from V15 to V23).
Upgraded BYZ036 (from V10 to V16).
Upgraded BYZ033 (from V13 to V18).
Added live version/upgrade checks to the documentation documents.
Added extra logic to fix a problem where rounding and null amounts were causing error messages on some instances of vpasp.
Changed the structure of the admin email submission screens to deal with later/patched versions of VPASP V7.
Changed more slip functions to use BYZ038 functions where appropriate/possible to help avoid sqlserver bugs of cursors blanking out and to simplify/correct the logic/code/html etc.
Added extra logic to work out the full urls of thumbnail images better in the slip emails.
Added extra config options to the screen slips so that you can set an explicit logo image width and/or height.
Took the payment authorisation code out of the customer screen and customer email slips for security reasons.
The following config options are no longer relevant and have been deleted:
xbyz_slp_customer_email_product_thumbnail_location
xbyz_slp_merchant_email_product_thumbnail_location
xbyz_slp_supplier_email_product_thumbnail_location
xbyz_slp_supplier_att_email_product_thumbnail_location
Please Note: You must be using V23 or later of BYZ038 before upgrading to V30 or later of BYZ001.
BYZ001 V30 or later will not work with V22 or below of BYZ038.
For the list of effected files, see the version history (README_history.htm) file inside the slip zip file. |
31
|
01-APR-2015
|
Upgraded BYZ038 (from V23 to V31).
Upgraded BYZ036 (from V16 to V18).
Upgraded BYZ033 (from V18 to V20).
Enhanced/changed to cater for VPCart V8.
Changed instances of VP-ASP/VPASP to VPCart as VPASP has now been rebranded/renamed.
Minor corrections made to the html syntax that get pasted into the code via the installation steps.
Effected Files:
README* (changed files)
vpcartv65andbelow/byz$001_version.asp (changed file)
vpcartv65andbelow/byz_slp$_customer_other_fields_config.asp (changed file)
vpcartv65andbelow/byz_slp$_customer_other_fields_formatting.asp (changed file)
vpcartv65andbelow/byz_slp$_global_email_config.asp (changed file)
vpcartv65andbelow/byz_slp$_supplier_email_config.asp (changed file)
vpcartv65andbelow/byz_slp_vars_inc.asp (changed file)
vpcartv65andbelow/shopa_custpackingslip.asp (changed file)
vpcartv65andbelow/shopa_custpackingslip_config.asp (changed file)
vpcartv65andbelow/shopa_packingslip.asp (changed file)
vpcartv65andbelow/shopa_packingslip_bulkprint_form_iframe_contents_header.asp (changed file)
vpcartv65andbelow/shopa_packingslip_config.asp (changed file)
vpcartv7andabove/byz$001_version.asp (changed file)
vpcartv7andabove/byz_slp$_customer_other_fields_config.asp (changed file)
vpcartv7andabove/byz_slp$_customer_other_fields_formatting.asp (changed file)
vpcartv7andabove/byz_slp$_global_email_config.asp (changed file)
vpcartv7andabove/byz_slp$_supplier_email_config.asp (changed file)
vpcartv7andabove/byz_slp_vars_inc.asp (changed file)
vpcartv7andabove/shopa_custpackingslip.asp (changed file)
vpcartv7andabove/shopa_custpackingslip_config.asp (changed file)
vpcartv7andabove/admin/shopa_packingslip.asp (changed file)
vpcartv7andabove/admin/shopa_packingslip_bulkprint_form_iframe_contents_header.asp (changed file)
vpcartv7andabove/admin/shopa_packingslip_config.asp (changed file) |