CF_eConstruct ALERT!

Message: Value invalid for attribute, #param#.

Possible Values are:
  • Yes
  • No
Consult your documentation for help.

test here...

CF_eConstruct ALERT!

Message: Required Attribute returnToShoppingHREF is missing. Process aborted.

Consult your documentation for help.

CF_eConstruct ALERT!

Message: File eConstruct_appGlobals.cfm is missing. Process aborted.

Consult your documentation for help.

CF_eConstruct ALERT!

Message: File includes/shoppingBag.cfm is missing. Process aborted.

Consult your documentation for help.

CF_eConstruct ALERT!

Message: File includes/checkout.cfm is missing. Process aborted.

Consult your documentation for help.
SELECT Customers.*, ShipVia.Provider, ShipVia.ShipViaDesc, Sales.SaleID, Sales.ProductID, Products.ProductName, Products.ProductPartNo, Products.VendorPartNo, Sales.Quantity, Sales.UnitPrice, Sales.WholeSalePrice, Sales.Discounts, Sales.SaleDate, SalesOptions.Options FROM (((Customers INNER JOIN Sales ON Customers.customerID = Sales.CustomerID) INNER JOIN Products ON Sales.ProductID = Products.ProductID) LEFT JOIN SalesOptions ON Sales.SaleID = SalesOptions.SaleID) LEFT JOIN ShipVia ON Customers.ShipVia = ShipVia.shipVia WHERE Customers.CustomerID = #caller.varCustID# SELECT Provider, ShipViaDesc FROM ShipVia WHERE ShipVia = #orderinfo.ShipVia#

CF_eConstruct ALERT!

Message: File includes/orderconfirmation.cfm is missing. Process aborted.

Consult your documentation for help.