SKU Numbers for drop down menus...

Request and discuss enhancements to ShopSite

SKU Numbers for drop down menus...

Postby Melinda » Sat Sep 16, 2006 12:04 pm

I would like to see ShopSite integrate skus for its drop down menus.

We have items that come in several sizes/colors, but only one sku for the "main" item. Obviously, this cannot integrate into our accounting systems.

Would it be possible to take the "main" sku and then have a number that adds to the end of the main sku depending on the item selected?

This would allow each individual drop down item to have a unique sku and would allow us to integrate shop site into our accounting system effortlessly. As it is, we had key each order into our accounting system.

-Melinda
Melinda
 
Posts: 7
Joined: Sat Sep 16, 2006 11:53 am

Re: SKU Numbers for drop down menus...

Postby dlundell » Fri Dec 01, 2006 1:14 am

Melinda wrote:I would like to see ShopSite integrate skus for its drop down menus.

We have items that come in several sizes/colors, but only one sku for the "main" item. Obviously, this cannot integrate into our accounting systems.

Would it be possible to take the "main" sku and then have a number that adds to the end of the main sku depending on the item selected?

This would allow each individual drop down item to have a unique sku and would allow us to integrate shop site into our accounting system effortlessly. As it is, we had key each order into our accounting system.

-Melinda


I'll second this request. It would allow much better (for example) Quickbooks integration.
dlundell
 
Posts: 95
Joined: Fri Aug 04, 2006 6:13 pm

Postby miliscent » Tue Jan 09, 2007 12:27 pm

I would like this option also. Fortunately we had our own middle layer to get orders from ShopSite to M.O.M. Here we map order options to new sku's...kinda sucks really.
miliscent
 
Posts: 5
Joined: Tue Jan 09, 2007 12:17 pm

Postby HowToWireaHouse » Sat Jan 27, 2007 2:24 pm

I'll Third this request. This would make things much easier.
HowToWireaHouse
 
Posts: 9
Joined: Sat Jan 27, 2007 2:17 pm

Me too!

Postby ra_design » Thu Feb 01, 2007 10:44 am

not only should you be able to set background variable like SKU for drop down product changes, but it should have the ability to set javscript changes like image swaps for things like the colors pulldown.
ra_design
 
Posts: 4
Joined: Thu Feb 01, 2007 12:16 am
Location: NJ

Seems only logical

Postby Randall » Tue Feb 06, 2007 4:59 pm

I'll vote for this, too. We don't have an immediate need for it, but it seems the logical way to set up.

Overall, some aspects of SKUs don't seem too elegantly handled (although maybe some of this is the version that Verio shared-hosting uses?)...

1. In the show-all products list, only the product descriptions are displayed. When I'm working from a list of SKUs, it would be (slightly) more convenient to have the associated SKUs displayed rather than having to refer to my cribsheet.

2 (and more importantly). Our pages are hard-coded and use Order Anywhere. I recently wasted a lot of time trying to figure out why changes to our SKU numbers wouldn't take. Finally narrowed it down to the database. That enabled me to do a quick search of the forums, reminding me that I needed to mosey over to Merchandising and (re)Generate the Database. Seems a link and/or reminder about that should have been on the Product page and in the Help files. (The term "rebuild database" don't even exist in Help, and I can't find a mention of generation in any of the SKU field help.)

For the benefit of anyone else searching, here are some keywords:

generate database regenerate database rebuild database wrong SKU change SKU number new SKU add a product
The product was not added because the SKU could not be found, please notify the merchant

Come to think of it, do all shoppers know what an SKU is? Maybe technically it doesn't matter, since they can't fix it, but maybe it would be more soothing to say say "product number"... except that means something else in ShopSite, doesn't it. "Product ID"? "SKU Number" "because the product couldn't be found in our database"?

Well, that's irrelevant if the error doesn't happen.
Randall
 
Posts: 26
Joined: Fri Aug 04, 2006 6:19 pm

Postby beley » Thu Feb 08, 2007 7:01 am

Have you guys ever thought of using the cross-sell/subproduct feature to do this? We do and it works perfectly.
Brandon Eley
Certified ShopSite Designer
beley
 
Posts: 111
Joined: Sun Aug 06, 2006 10:05 am
Location: LaGrange, GA

Postby dlundell » Fri May 18, 2007 12:58 am

beley wrote:Have you guys ever thought of using the cross-sell/subproduct feature to do this? We do and it works perfectly.


Would you say more about this?

Thanks,

- dc
dlundell
 
Posts: 95
Joined: Fri Aug 04, 2006 6:13 pm

Postby beley » Fri May 18, 2007 5:04 am

You would setup a product in ShopSite for each color and size of a product (each one with an individual SKU). You also create a "master" product with default price, product description, more information page, and other information.

Then, you assign the colors/sizes as Sub Products under the main product. It is the same feature as "cross sell" but can be used very effectively to track inventory on product attributes.

Check out the tutorials on creating product templates and also check out the default shopsite template with subproducts.
Brandon Eley
Certified ShopSite Designer
beley
 
Posts: 111
Joined: Sun Aug 06, 2006 10:05 am
Location: LaGrange, GA

Adding SKU to subproducts in drop down boxs.

Postby JDRHost » Mon Jun 25, 2007 4:18 pm

Yes, in most cases you can use the cross sell feature. However for I needed to do it would not work.

My site sold automotive accessories like grille guards. I have one product for the parent. For example... Westin Grille Guards. I might have 50 products for each of year make and model truck that westin makes this grille guard for. I needed a way to prompt the user for year make and model and then display only the westin grille guards for that particular truck.


Here is what I did.

I created new custom page template and product templates with the PHP extenstion so PHP would parse the template. Using PHP , Shopsite tags , PERL , sqlite and HTML I wrote a script to read a database and create an html page. (the drop down box is simply htm code)

In the custom templates I call the sql database and do a search on the field that contained the name of the parent (the parent product you assigned to the page). This will get me the sku's of the product that I need to put in the drop down box. Using the sub product data the script then creates the html. For the price I used a perl script to get price directly from Shopsite for each of the subproducts. (this only works in 8.1 and above). Getting price this way ensures that I get the current price.

This of coarse is only a summary but you get the idea that you would need to program a custom template and use an external data base like sql to get the job down.

If you have pro you may beable to use sqlite instead of an external database.


Hope this helps
JDRHost
 
Posts: 2
Joined: Wed Oct 18, 2006 7:14 pm

PHP, shopsite and Perl??

Postby mltsy » Fri Aug 17, 2007 8:07 am

I did not realize you could use all 3 technologies in one page. How do you know which order they are processed in? Do you know?

-Joe
mltsy
 
Posts: 23
Joined: Fri May 04, 2007 9:06 am

Postby JeremeD » Mon Sep 24, 2007 3:19 pm

mltsy,

Your server side code would be parsed first. The Shopsite tags would be parsed first since they become part of the actual page code. The PHP/SQL and PERL would be parsed at the same time. Then finally the HTML would be parsed on the client side.
SD360.com
Certified ShopSite Designer
ShopSite Templates Available Now
JeremeD
 
Posts: 60
Joined: Sat Feb 10, 2007 4:20 pm
Location: Athens, GA

Yes please!

Postby sivstorhaug » Tue Sep 25, 2007 8:53 am

It is a full time job to update the items in stock. We are begging you, make our life easier :)
sivstorhaug
 
Posts: 13
Joined: Fri Jun 01, 2007 11:44 am


Return to Enhancement Requests

Who is online

Users browsing this forum: No registered users and 14 guests