-- -- ecommerce-defaults.sql -- -- by eveander@arsdigita.com, April 1999 -- and ported by Jerry Asher (jerry@theashergroup.com) -- and Walter McGinnis (wtem@olywa.net) -- -- 03-11-2001 -- -- derived from ecommerce.sql (renamed ecommerce-create.sql in 4.x port) /* * you have just started to load ecommerce-defaults.sql * this file should be loaded after an administrator * has been created for the ACS installation * if you get errors loading this page during ACS installation, * finish the installation and then load it manually with sqlplus * with the following command from within * the /web/service_name/packages/ecommerce/sql directory: * * sqlplus service_name/database_password < ecommerce-defaults.sql * */ -- This inserts the default template into the ec_templates table insert into ec_templates ( template_id, template_name, template, last_modified, last_modifying_user, modified_ip_address ) values ( 1,'Default', '
' || CHR(10) || '' || CHR(10)
|| '
| ' || CHR(10)
|| '' || CHR(10) || '<%= [ec_add_to_cart_link $product_id] %>' || CHR(10) || ' | ' || CHR(10) || '
' || CHR(10) || '<%= $detailed_description %>' || CHR(10) || CHR(10) || '<%= [ec_display_product_purchase_combinations $product_id] %>' || CHR(10) || CHR(10) || '<%= [ec_product_links_if_they_exist $product_id] %>' || CHR(10) || CHR(10) || '<%= [ec_professional_reviews_if_they_exist $product_id] %>' || CHR(10) || CHR(10) || '<%= [ec_customer_comments $product_id $comments_sort_by] %>' || CHR(10) || CHR(10) || '
' || CHR(10) || CHR(10) || '<%= [ec_mailing_list_link_for_a_product $product_id] %>' || CHR(10) || CHR(10) || '<%= [ec_footer] %>' || CHR(10) || '' || CHR(10) || '