Archive for the ‘Shopping carts’ Category

Apsona ShopAdmin compatible with v1.3.9a

Friday, April 30th, 2010

Zen Cart announced v 1.3.9a and we are happy to say that Apsona ShopAdmin is compatible with this version as well.

Getting started with the ShopAdmin add-on for Zen Cart is done with a few steps:

  • Once you sign in for an account, you will get an email with a zip file.
  • To install this add-on, simply unzip the attached zip file’s contents into the admin folder for your Zen Cart  application. This will create several files in the folder, all of whose names begin with apsona, so you can identify them easily. Additionally, it will create two database tables with names apsona_report and apsona_filter in your database.
  • The installation will automatically create a menu item for Apsona ShopAdmin in the Tools menu of your Zen Cart admin area.
  • Apsona ShopAdmin will open up in a new window, when clicked.

Updating Zen Cart and osCommerce product records via import

Sunday, April 25th, 2010

As a shopping cart administrator, you will want the convenience of being able to export a select set of your product records in a CSV format, edit them using your favorite spreadsheet program, and import them back into your cart database to update the fields you changed. A typical scenario where you might do this is when you want to change the prices or meta tags of a select group of records.

When you update a set of product records, you must tell your shopping cart database how to uniquely identify each of those records. Typically, you do this by providing the product’s model number along with each record. The operating assumption, then, is that every product record in your system has its own unique model number. And you, as cart administrator, are responsible for ensuring this uniqueness.

Note also that the Zen Cart and osCommerce databases maintain, within each product record, an internal Product ID field that uniquely identifies the record. You can export this data value and use it as the unique identifier, if you like. The problem is that the Product ID is a system-generated number, and has little significance to a human, because we humans are not very good at remembering the correspondences between numbers and products.

ShopAdmin now includes a feature that lets you use either model number or product id, depending on your preference. When you wish to update your product records via import, you can now choose the lookup field based on which ShopAdmin should do the update (see the screen shot below).

This way, you can use either field for specifying your product records. The only additional requirement, of course, is that the lookup field you choose must be available in your CSV data.

Coupled with ShopAdmin’s new multi-lingual capability, you can now maintain your product catalog much easier than before.

We hope you find this feature useful. Please feel free to contact us with your feedback, feature requests, bug reports, and, of course, what you liked about ShopAdmin.

Apsona ShopAdmin for multi-lingual Zen Cart shops

Sunday, April 25th, 2010

If you run a Zen Cart shop that offers products in more than one language, you know how hard it is. You have to maintain your product names, descriptions and meta tag information in all the languages. This is no small task.

Our customers told as about this problem, so we created some new features within ShopAdmin to help in this regard. If your Zen Cart application is configured with more than one language, you will see a dropdown list of languages  in your ShopAdmin menubar, like the one below. (This dropdown will not appear if you store is configured for just one language.)

The language you choose in this dropdown will be used for all display and updates of product data. For instance, if you change the setting in this dropdown to Dutch, the ShopAdmin page reloads, and when you navigate to the Products tab, you will see the product names, descriptions and meta information in Dutch. Moreover, if you export, import or update your product records, the changes you make will affect only the Dutch names and descriptions of the products.

Coupled with the new ShopAdmin feature for model-number-based product lookup, you will likely find it much easier to maintain your product information regardless of how many languages you need to support.

If you wish to use this feature in your Zen Cart system, you will need to download and install an update for your ShopAdmin add-on for Zen Cart. (There is also an updated version available for osCommerce.)

We hope ShopAdmin is useful to you. Please continue to send us your suggestions for features and enhancements, and we will do our best to support them.

Apsona ShopAdmin for Zen Cart and osCommerce – now FREE!

Thursday, April 22nd, 2010

We are delighted to inform you that Apsona now offers Apsona ShopAdmin for Zen Cart and osCommerce free.  Please feel free to download and use Apsona ShopAdmin for  imports, exports, updates, reports and business analysis of your e-commerce site.

We at Apsona will continue to support and enhance the product for a long time to come. Many of our current users have provided valuable feedback.  We at Apsona genuinely wish to thank our  users for their advice and encouragement.

If you have not yet signed up to use Apsona ShopAdmin for your Zen Cart/osCommerce website , please visit http://apsona.com and click the on  “Sign up” link.

Best regards.
The Apsona team
http://apsona.com

Updating Shopping Cart Data

Thursday, April 15th, 2010

Whilst I respect forum rules about not posting links to commercial services, I cannot help feeling slightly helpless as well. For example, on the osCommerce forum I saw  threads by users struggling to edit their products values. Some excerpts are below:

I love osCommerce, but an annoying thing about it, is that you can’t seem to bulk edit products, like select all the products you have and edit the product description or the product price in one go, rather then having to edit each product individually. (Posted 26 February 2010)

OR

Have you considered the add on Product Quick Edit? It still does them one at a time but much faster.

Such updates can be done with Apsona ShopAdmin with just a few clicks. No need of  SQL or coding.  You can mass update tens of records at the same time, with new values to 5 fields at one time.  Below is an example showing mass update or bulk editing to all the products in the Software category.

  • In the Products table make a filter with the Category Software. If the filter exists just click the filter.
  • Click Update All under Tools.
  • Click the drop down and select the field. Enter the new value to the field.
  • Click Update.

The screen shot shows 5  fields being updated at the same time. Results are seen instantly in the osCommerce application.

So  for all osCommerce  and Zen Cart users out there please try ShopAdmin for mass or bulk editing of your products.  Sign up for a free account and experience the Update All feature.

A better alternative to Easy Populate

Saturday, April 10th, 2010

Easy Populate is a well-known shopping cart add-on for importing data records into the cart’s database. Though widely used, it seems to have some rough edges. For instance, it requires rigid adherence to its specific data format, and does not tolerate errors very well (see, for example, here, here and here).

At Apsona, as part of our ShopAdmin product’s emphasis on creating a better user experience, we set out to design a simple interface for importing data records. And we think we have succeeded. Our import wizard offers several niceties.

  • It requires minimal user input. All you need to provide is a CSV file with a header line containing your field names, and tell it whether you use tabs or commas for separating fields. Or you can copy/paste the CSV data into a text box.
  • It is smart about matching field names and data types. The fields in your CSV file can occur in any order you wish. If the field names in your header line match those that ShopAdmin knows about, it matches them automatically. But ShopAdmin gives you the freedom to match field names according to your needs. So your header line can use any field names you want, and you are not tied down to using exactly the names that it requires. This addresses one of Easy Populate’s shortcomings, and is of great value when you are importing data from a data source such as a partner’s data feed, over which you may have little or no control.
  • It works with “overloaded” CSV files, which might contain extra columns that you might not wish to import. This situation is quite common in practical situations where you get your data records from a partner’s data feed. To handle such columns, you need only match the column to the “Do not import” option in the second step of the import wizard, and it will simply ignore that column.
  • It matches data types before actually doing the import, thus minimizing import errors. It verifies that dates, currencies and numbers are all correctly formatted in your input. ShopAdmin also ensures that, when you are importing into a picklist field (such as order status), the value in the CSV input cell matches one of the allowed values in your database. This way, there will be no nasty surprises after you finish importing – once you have fixed your data errors (if any), you can be sure that all your data records will be imported.
  • It tolerates multiple data formats. For instance, your data can contain dates in the format 2010-04-10 or 4-Apr-2010 or 4/10/2010, and ShopAdmin will work just fine. (Of course, 4/10/2010 is ambiguous – it means the 10th of April in the US, and the 4th of October in India. So, if you have dates in this format, you would need to set the preferred date format to the one you want.) In fact, you can even mix and match multiple date representations with different formats in the same CSV file, and ShopAdmin will still work. Similarly, your currency data can be written as $23,402.23 or 23402.23 and ShopAdmin will still store the data in the correct form.
  • It checks for “required” field values. For example, the Zen Cart system requires that every customer record should have a valid email address. So when you are importing customer records, ShopAdmin validates this requirement and flags any errors it detects, before it begins the import process. This means fewer surprises for you – it works as you would expect it to.
  • It includes an “update via import” feature. This is very valuable when, for example, you wish to perform a “mass edit” (or “mass update”) of one particular field in a lot of your records. For example, suppose you want to change the prices of several tens of your products. You export the Product ID and Price fields of the records in question (using ShopAdmin’s built-in export feature), edit the prices using your favorite spreadsheet program, and import the data back into the system as an “update”. The entire process is very quick and quite painless.

You can use ShopAdmin to import customers, products, product attributes or orders.

Overall, you will find that ShopAdmin’s import feature is far easier to use and more user-friendly. You can get more details about the import process via a screen-shot-based description or a video demonstration.

Try Apsona ShopAdmin – sign up now. We think you will like it.

Product Attributes – Import, Update, Export & Report

Tuesday, April 6th, 2010

Zen Cart and osCommerce  shopping cart administrators have to manage lots of product attributes. A single product, say a t-shirt,  can have 10 or more  different  colors,  10 or more different sizes,  several different  fibers, several manufacturers and so on. Product attributes form the bulk of the products data and has to be tracked diligently. Forum discussions highlight how difficult it is for shop owners to keep track of their stock and how hard it is for them to generate reports for analysis on what attributes have been sold over a period of time.

Apsona ShopAdmin is the answer to these pain points. For starters, it allows  the unique capability of importing  product attributes. Importing attributes is done with no SQL and custom coding -  all that is needed is the data in a CSV (comma-separated values) file.  Similarly, updating product attributes can be done  as easily as importing data into Zen Cart and osCommerce in the same fashion. Create a filter of products attributes to be updated and using the update wizard(which is also the import wizard) update product attributes in seconds without any coding.

Run cross reports filters with Products, product attributes, manufacturers and ordered products with just a few clicks and see data instantly.

Apsona now offers Apsona ShopAdmin for Zen Cart and osCommerce for FREE.  Please feel free to use the product to suit your needs. We at Apsona will continue to support and enhance the product for a long time to come.

Do sign up for Apsona ShopAdmin and reap the rich benefits the application has to offer.

Calculate and analyze ecommerce data

Wednesday, February 17th, 2010

Analysis of  your ecommerce data often requires calculations.   Apsona offers calculated fields in its ecommerce reporting module presently for Zen Cart and osCommerce. Since the calculated fields are javascript based, users can now run complex reports with ease whether its is their Zen Cart products and their osCommerce products. Dependence on IT teams is a thing of the past, and quick, fancy reports can be run in minutes.

An example below shows how simple it is to use and apply calculations in reports.

Example:
$r['Final Selling Price']+$r['Shipping Price']-$r['Landed Cost Price']-$r['Shipping Cost']

To use the feature:

* Click the add column drop down in the report wizard and choose the field calculated value.
* Change the column name for the field to match the calculation. Example: Profit or totals and so on.
* In the calculation box enter the calculation. Syntax for the fields are : $r['fieldname']. The field name should be the exactly the same as chosen for the report.
* Choose the result type of the calculated field from the drop down, depending on the data type you want the calculated field to render.
* Click OK. Save and run the report and the report will have the calculated value.

calc

Try Apsona reporting  and experience its power. Feedback will be welcomed.

Managing shopping cart data with Apsona

Thursday, February 4th, 2010

If you run an online e-commerce site using Zen Cart or osCommerce, Apsona’s new offering is for you. With this product, you can quickly obtain a high-level picture of how your business is doing. You can create custom reports on your order and customer data, containing any fields you wish, and you can filter the data as you need. You can even export the contents of the reports, or publish them on your web page.

Apsona also lets you drill down to individual data records after you filter them. This makes it far easier to locate specific data than is possible out-of-the-box with your shopping cart software.

Here are a few common situations where you might find Apsona useful:

  • You are creating a shipping list, so you need to extract the names and street addresses of all the customers that placed orders in the last week, into a comma-separated format.
  • You want to analyze your data to determine which season of the year, or what part of the country, gets you the most revenue or profit.
  • You want to rank your products by the number of repeat sales, so that you can manage your inventory better.

There are numerous situations where you would find Apsona’s reporting capabilities invaluable. We at Apsona are very excited about its prospects and by the feedback we are getting from our current users.

We look forward to working with you. Welcome to Apsona!