Monday-August-20-2007 11:01 AM
"Payment Options updated"
We have made a few updates to the payment options area in the admin page. This will better enable you to control the options you make available to customers in the shopping cart.
To make changes, go to: Admin Page/ Choose options: Manage General Information:/ Payment Options/
Easier managment for controlling payment options you receive from customers:
Credit Card: Checkboxes VISA MASTERCARD AMERICAN EXPRESS DISCOVER DINERS Mail Order (Check/Money Order) Invoice Option
|
Saturday-March-17-2007 12:55 PM
"Tracking the source of orders"
We have added a free utility automatically available to all sites running the shopping cart.
This utility will allow you to tag the source of orders from any link that you publish on another site such as Google adwords or any other advertising program.
By adding "?sc=source" onto any .cfm page your pages will be tracked. (Where "source" is a 9 character identification code.) You may need to substitute the ? for a & if you already are using a ? in your link. When people place an order via the link that you published the order will be tagged with that "source code". You can view the source code when your "view order" or view the email copy of the order.
The goal of this tool is to help you see where your orders are coming from. Ex: In any ad that you setup for an ad program such as Google you can have a distinct sourcecode to track the performance of each ad. This is more accurate over Google's conversion tool because this tracking is built specific to your site.
Ex: Link you publish on Google for a product that you sell: http://www.cfwebmaster.com/index.cfm?sc=GoogleAD1 Link you publish in an email to customers: http://www.cfwebmaster.com/store/newproduct.cfm?code=HDS534&sc=EmailAD44 We hope that this tool allows you to better monitor conversion of ad spend and the general value of outside programs in relation to sales.
|
Wednesday-March-07-2007 8:17 PM
"Cart Comments Box"
We have added the ability to customize the statement in the shopping cart above the "comments" form field box.
The default message states: "Questions? Comments? How did you hear about us:"
To modify this text look for: >Site Manager Plug-in >Manage General Information: >General Site Text >"Cart Comments Text"
|
Monday-March-05-2007 10:02 PM
"USPS Shipping Options"
For those that use the USPS shipping rates table we have added an easy to manage interface in the shipping options admin area.
For the 3 main USPS shipping options we have a toggle to enable or disable the shipping options. Ex. Clicking N on parcel post will remove the shipping option from the site.
The shipping rates are served directly from USPS based on the weight of the order. Make sure that you have accurately entered the weight of the products to have USPS serve up the appropriate rates for the order.
Here in the admin you can add to the base cost of the USPS shipping option. Ex. Parcel Post and Priority Mail are generally close in cost. Thus Parcel Post can be you low price shipping option, and you can add a few dollars to the Priority mail option to cover your shipping and add to your bottom line.
Note the global shipping options "Packing weight" & "Added Shipping Cost" still apply to the USPS options. So adding a shipping cost will be additive with the USPS cost & base cost which you declare.
|
Monday-February-12-2007 10:42 AM
"Message Boards Upgraded"
We have released our newest version of the message board software.
These message boards are easy to deploy onto an existing website.
Features include: -Auto upgrading of software. -Emotioncon icons -Auto email- moderator to lookout for questionable posts. -Auto email- original poster, to allow notification of a reply. This is a nice viral marketing tool. -Improved ease of moderation. Once you are logged in as an ADMIN you can view any message and either edit or delete a post using the admin tools at the bottom of each message. -Improved message board community member tools. Once a member is logged in they too can edit or delete any of their messages at the bottom of the message posting. -For each message category, you can assign an image icon to be associated. Thus when looking at the message board index page you can recognize all messages in a category by that image. You can also click on a category image to display only messages relating to that category.
-For pricing information email billing@californiaimage.biz
|
Monday-February-12-2007 10:23 AM
"Product Sequence"
We have added a field to the product modification page.
The field is called "SORT". You can assign a number to this field to change the sequence of the products.
A value of 1 will move the product to the first position in the category list and store index. Any remaining products with no declared SORT value will be listed alphabetically by the product name.
|
Friday-February-09-2007 9:31 AM
"Shipping Options"
We have added the ability to increase cost of the shipping rates with a flat number. This is especially valuable for those using the USPS or UPS shipping tables. So you can pad the shipping costs to cover handling by adding an extra dollar amount onto the rates provided by the courier.
We have also added a shipping option called "destination". Here you can assign a shipping option to a specific country. This will reduce the options available to your customers to allow for a more targeted shipping rate.
|
Monday-February-05-2007 1:12 PM
"Mask password"
Site Manager: General Site Text
Password Mask- NO | YES If yes, areas that display password as visitor types it in will display asterisks instead of characters being typed.
|
Wednesday-January-31-2007 11:05 AM
"Printable receipt"
We have added the ability to update the top area of your printable receipts. (Manage Orders, "Print Receipt")
This differs from the Print Order in that it lacks the payment information and customizable message to the customer which is described below.
To edit the receipt, go to:
Update General Site Text: And edit: "Printable Receipt Top (html)" You can add html such as an image reference to your main logo and a text thank you message..
Note, we recommend changing the print settings (page setup) before printing. Remove the header and footer to look professional and prevent disclosing the webpage administrative url.
|
Wednesday-January-24-2007 3:36 PM
"Extra text field to display info in the cart"
You can add customized text in the shop2.cfm page where you collect billing and shipping information.
To edit in the admin: Go to: Manage General Information: Click: General Site Text "Cart:Shop2.cfm"
This is ideal if you do not ship to P.O. Boxes and want to notify the customer before they go to the shipping selection screen.
|
Sunday-January-07-2007 9:03 PM
"Product- Categories"
We have added multiple fields for the product category designation. Instead of having one listing for assigning the product category, we have 5 fields. This allows you to easily see all the categories a product belongs to. It also allows us to have a quicker more precise category search.
We have automatically converted your product category entry into the multiple categories.
|
Friday-January-05-2007 3:13 PM
"Form submit to act_DEFrequest.cfm to easily send data to email"
We have an easy form available to collect data from a form you create and email the data a customer types in.
When you create a form there are some requirements to make it work with the script.
1.On your form tag, make sure the following values are set:
form method="post" action="http://www.yoursite.com/admin/webpages/act_DEFrequest.cfm?submit=yes"
The action refers to the script file that processes all the form names and values to send in an email to you.
This file does not need editing.
2.The file will take the customers information and store in the master contacts database if you set StoreinDatabase to the value "yes".
To do this successfully each form that is created needs to have the input boxes named in a uniform manner.
Thus the following fields should always be included and always be named as follows:
3a.If your site takes advantage of coldfusion and we designed your site you can place the following tags at the top and bottom of your page: This will render the design of the site so your webpage will not need to include all the extra design html.
4a.Then save the form with the extension .cfm rather than .html so that the page can activate the cold fusion scripts.
|
Thursday-January-04-2007 8:27 PM
"Discount options"
New discount options are available.
You can now setup Multi-Buy discounts. The more the customer buys, the more of a discount you can setup for them to receive.
You set the purchase level and the price per item if the customer adds that many products into their cart. If the level is not met, the price will resort to the products base price.
You can combine Multi-Buy discounts with a Simple Discount. The simple discount price will be the default untill the quantity specified in the multi buy discount is met.
|
Wednesday-December-13-2006 7:03 PM
"Product Attributes"
Product Attributes are now editable via the master product page. This allows primary products to display on the edit a product listing page.
|
Friday-December-08-2006 12:18 PM
"Product Table Updated- Model #"
Optional field "Model" has been added. This will allow you to keep product CODE as your reference number for inventory, and use the manufactures MODEL # which is a common reference for customers.
|
Wednesday-December-06-2006 9:37 PM
"UPS Shipping"
We have updated the UPS shipping component. If you wish to ship via UPS we can load the zones file from UPS. This will allow you to charge customers based on weight based on UPS costs. You can declare extra weight to each package to account for packaging. You can add extra cost per package to declare handling cost.
|
Tuesday-November-21-2006 11:37 AM
"Cart toggle field"
You have the option of collecting FAX and COMPANY NAME in the bill to and ship to fields in the shopping cart.
Contact-us to turn on these hidden fields.
|
Monday-November-20-2006 1:47 PM
"Order Management Utility"
We have extended the options on the order management utility. On the screen which lists all orders we have added an order status overview. There is a utility to change the status of the order. Ex: NEW, PROCESSING, SHIPPED, CANCELLED, BACKORDER You can also conveniently email customer a notice regarding the status of the order and include the tracking number.
|
Monday-November-20-2006 9:20 AM
"ATTRIBUTES Table"
The product attributes table has been modified to allow more flexability.
The goal of the table is so that you can reduce the number of products on the site and consolidate onto a primary product page.
Ex. If you sell latex paint, you can have product attributes which are the different colors listed in a table. Therefor the customer doesn't need to go page by page looking for a specfic color.
The admin utility will have these changes shortly, till then you can request our customer service to toggle the fields as needed.
|
Wednesday-November-01-2006 8:47 PM
"Payment Options"
Easy payment options added to shopping cart manager. Click a button to enable your site to receive payment by invoice or mail order (check money order).
|
Tuesday-October-10-2006 10:21 PM
"Manage your mailing list"
Aside from the main newsletter feature, you can now conveniently manage your list and send customized emails to individuals. We added a built in feature to list all emails in your list. You can read their interests and send a tailored email.
|
Monday-October-09-2006 10:14 PM
"Order management"
We have expanded the features in the order management area. You have now easier access to view past orders online all in one area.
|
Friday-October-06-2006 5:06 PM
"ABCart email program"
Its as basic as ABC. If someone adds an item to your cart and leaves, email them. Recover abandonded items and increase sales.
Throughout each site there are opportunities to get a customers email address, such as email newsletter sign-ups and customer registrations. Once a customer gives us their email address it will be coupled with items that they add to the cart. So when a customer leaves items in their cart, you will know.
This program includes a list of all abandonded items and a prebuilt form you can use to email the customer in a single click. Contact your sales person for more information.
|
Sunday-October-01-2006 5:26 PM
"Account Manager"
Upgrades made to the administrative customer account manager & customer account manager.
Customers will view by default their order history when logging in. They will have a quick buy enabled to order previously purchased items.
Administrators can better look up customers order history by ordernumber or email address.
|
Tuesday-August-29-2006 4:56 PM
"Blog version 2.3 released"
This page is a preview of what Blog version 2.2 looks like.
This Blog allows companies to communicate with visitors about what’s new without the need to update webpages. A form allows the website to post updates to a diary format webpage where visitors can read in chronological order.
Websites hosted by California Image can have this plug and play utility easily added to their site for a low monthly fee. This software is also available for purchase. Contact Billing@CaliforniaImage.biz for more information.
|