Skip to main content

Don't publish your catalog

Catalog Manager (for non-legacy Yahoo Stores) provides a nicer, easier to use interface to update your products. You can sort and page through your items, look for items using simple and advanced searches, or edit or delete multiple items at once, tasks that are not very easily done in the store editor.

If you ever work in Catalog Manager, you may also have noticed the "Publish" button there. The inline help says, if you publish your catalog, all the changes will be immediately visible on your site. You may be tempted to use this function particularly if your editor usually takes a long time to publish, however, if your store is an editor-based store, publishing the catalog separately from the editor is not for you.

Catalog Manager was originally created to allow access to the product catalog for stores that are built on the web hosting account using "store tags". Today, of the thousands of Yahoo stores very few use store tags (and I don't recommend it either; read this posts about store tags vs RTML templates: http://www.ytimes.com/yahoo-store-tags-vs-rtml.html). Because store tags fetch information from the catalog whenever a page is requested (displayed), wherever you have a store tag referencing the price of an item for example, that price will always be as current as your last Catalog or Editor publish.

Store editor - or template driven - pages, however, work differently. When you publish your editor-based store, the final, live HTML pages are generated during the publish process, and those pages become static on your published, live site. A price displayed on such a page is simply static text.

So what happens if you have an editor-based store, and you publish only the catalog from Catalog Manager? Chances are your publish process will complete fairly quickly, and you will end up with a published catalog - and possibly an out of date store! Publishing the catalog basically pushes your product database live, but leaves all your static store pages intact, showing the state your EDITOR was last published. So, you can end up with Widget A displaying a price of $10.00 while the actual price of it may now be $12.00. A visitor going to Widget A's page will see the $10.00 price, add the product to the cart, and all of a sudden he or she will see $12.00 for the same product at checkout.

To make sure your live site and catalog are in synch, always publish your editor-based store from the Store Editor.

There is one case, though, when this out of synch behavior may be useful: that is when you have products with MAP pricing or where the manufacturer doesn't allow you to openly advertise a  price lower than the MSRP. In such a case, being able to charge a different dollar amount in the cart vs. the product page itself may be helpful. Here is how this could work:

  • Widget A can only be advertised at $10.00
  • You want to sell Widget A at $9.00
  • You set the price of Widget A to $10.00 and publish your store editor
  • Go back to catalog manager, and change the price of Widget A to $9.00
  • Publish your CATALOG only.
Now, when you go to the page of Widget A, it will show $10.00, but when you add it to the cart, it will show $9.00. If you use this method, you may also want to put a line of text on the page asking your customers to put the item in the cart for a lower price.

Comments

Popular posts from this blog

How to create clean and efficient CSS

In a typical workday, I deal with dozens of yahoo stores and very often I have to tweak, fix, or change CSS used by these stores. While some stores have very clean and easy to follow style sheets or CSS definitions, the vast majority of stores I've seen seem to include complete hack jobs, style sheets put together completely haphazardly, or as an afterthought. While working in such a store, the idea came to me to turn my gripes into a post. So the following is my list of dos and don'ts of good CSS or style design. 1. Externalize your style sheets. This means to save your style sheets into one or more css files, and link to them using the <link rel="stylesheet" type="text/css" href="/lib/yourstoreid/yourstyle.css"> notation, or in Editor V3.0, you can use the LINK operator. 2. Combine your style sheets into as few files as possible. Nothing worse than trying to wade through 6, 8, 10 or more different style sheets to find the color of a l...

Adding custom Yahoo Store fields - Catalog Manager vs. Store Editor

In a non-legacy Yahoo Store, there are two ways to add custom fields: through Catalog Manager under "Manage my Tables" and through the Store Editor, under "Types" (the Store Editor's "Types" are essentially the same as Catalog Manager's "Tables".) Whether you add custom fields from Catalog Manager or from the Store Editor does make a difference as each has its advantages as well as disadvantages. Catalog Manager To me the main advantages of using Catalog Manager to add custom fields are: 1) You can add multiple fields quicker 2) You can later change the field's name and even type 3) You can delete the field if you no longer need it. 4) All the fields that are available in Catalog Manager are included in the data.csv file if you download your catalog. 5) All the fields that are available in Catalog Manager are also included in the catalog.xml datafeed file, which is used by the comparison shopping engines, for example. (See the Search ...

What to expect when your redesign goes live

At Y-Times we roll out new designs, redesigns and other major upgrades to Yahoo stores on a fairly regular basis. Some of the main questions our clients ask are how to prepare for a roll-out and what to expect in terms of SEO and conversions when the changes go live? For any functional Yahoo store how well the site ranks and how well it converts are probably the two most important metrics. Since pretty much ANY change you make to any page can potentially alter either or both of these metrics, merchants may understandably feel nervous about far reaching alterations to their sites. However, when those functionality and design changes and additions are done right, there is really very little to fear. First off, what does it mean for a design or redesign to be "done right?" From the technical stand point, search engines look at the underlying structure of your site (the HTML, and increasingly also the CSS and JavaScript code) to try to extract information and meaning from i...