• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Stealthauto
#1 Posted : Thursday, August 14, 2008 10:18:12 PM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

For some reason I cannot find out how to add the Manufacturer (or Vendors) SKU to an item. I need to do this so that when I send a drop-ship order it uses THIER SKU, not mine.

Not sure why this is so hard to find, but I am at a loss!

Any help will be greatly appreciated!

Thanks.
Andy Miller
#2 Posted : Friday, August 15, 2008 12:41:18 AM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
<OL>
* Create a new Text Type Property for the Vendor SKU. Leave Display On Site off if you don't want customers to see it. Check Display to Drop Shipper. See http://screencast.com/t/kiROucHn15f.

* Assign the new Type Property to your Product Types. See http://screencast.com/t/a4BKrOP2y.

* Edit the product and assign the Vendor SKU. See http://screencast.com/t/CVnUeLGzUl.
</OL>
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Stealthauto
#3 Posted : Friday, August 15, 2008 8:47:08 AM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

Andy-


Once again, THANK YOU!! Your tips on here have been great.

I got the VendorSKU added to each product, but still cannot get it to show up in the drop ship email? I AM able to get it to show on the site but I don't always want to do that.

When I add a new Type Property am I then able to "all upon" this with a tag like [[Product.VendorSku]] so that I can use it in my drop ship email and internal order receipt?

Thanks!
Matt@9BallDesign
#4 Posted : Friday, August 15, 2008 9:22:21 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

Hey todd, the drop dead answer is to use your Vendor SKU's as the primary SKU. I understand if you're using your own SKUs to throw off any competitor's or other reasons though.

There may be a solution for you but it might fall into the custom programming category. Here's a couple scenarios I deal with:

1. A client of mine uses their own SKUs for their catalogs, but the order is pulled down into their accounting system and the accounting system creates the purchase orders (Vendor SKUs are mapped in the DB) and PO's are auto created &amp; sent from the accounting system. They use their own SKUs for two reason, (1) mask the SKU from competitors, (2) for their own warehouse for pick pack of the products they stock and do not need dropshipped. This is all done via their custom accounting system.

2. On another client's site, we add a product with their own SKU and if the products has choices, we add the vendor SKU's to the individual choices via the Inventory feature. This places the vendor SKU in the order receipt for any dropship emails. This doesn't solve the issue for a single product with no choices though. A majority of the time, the orders are screened prior to sending to a vendor since orders tend to have multiple products that may be in the warehouse, inventory issues, are from a different vendor or isn't a dropship item and is a special order item. So the orders tend to be split in X number of ways.

We don't fault BV at all regarding the handling of dropship relationships, it's just too tough to nail it down. All vendors are different and their policies change all the time. The two clients above chose these two methods because it eliminated a few headaches based on their operating procedures. I can tell you that the volume for the second scenario has become entirely too time consuming and we're in the process of transition to the first scenario.

IMHO, this completes all order processing &amp; fulfillment via the accounting system which is where all the magic should really happen.
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
MitchA
#5 Posted : Friday, August 15, 2008 9:36:00 AM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Todd,

Try adding [[Product.TypeProperties]] to the email to the Drop Shipper. You'll likely grab all of the Type Properties, but the vendor SKU should show up if you're going to do it as Andy shows.....
Optimists invent airplanes,
Pessimists buy parachutes.
Stealthauto
#6 Posted : Friday, August 15, 2008 9:54:19 AM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

Matt-


I totally get what you are saying and WISH it was that simple. My first guess was to try what you suggested in scenario #1, but it turns out that for some of our vendors, I need to have a drop ship email sent from BV automatically with their SKU, as this email is the only thing they will use as a Drop Ship order (its a long story, but believe me, I am trying to get them to change.) This also allows me to be away from my office entirely and still get drop ship orders placed, then catch up from the accounting when I get back. ;)


Mitch - Your solution sounds like it will work! Especially because at the moment, I only have one Type Property. Quick question for you: If I use this method, will I be able to assign a Typer Property (Vendor SKU in this case) to a tab delimited file to import?

Thanks!
Stealthauto
#7 Posted : Friday, August 15, 2008 10:24:47 AM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

OK, so i tried to add the Type Properties to my drop ship email and no luck getting the Vendor SKU to show on the email. Here is what I added:

<tr>
<td align=left valign=top>[[LineItem.Quantity]]</td>
<td align=left valign=top>[[Product.Sku]]</td>
<td align=left valign=top>[[Product.TypeProperties]]</td>
<td align=left valign=top>[[Product.VendorId]]</td>
<td align=left valign=top>[[Product.ProductName]]</td>
<td align=left valign=top>[[Product.SiteCost]]</td>
<td align=left valign=top>[[Product.ShippingWeight]]</td>

</tr>

And the attached image is what I get. I HAVE assigned a Vendor SKU but it is not showing up. What gives?

;)
Stealthauto attached the following image(s):
TypeProperties.jpg (19kb) downloaded 73 time(s).

You cannot view/download attachments. Try to login or register.
Andy Miller
#8 Posted : Friday, August 15, 2008 10:53:36 AM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "MitchA" Go to Quoted Post

Todd,

Try adding [[Product.TypeProperties]] to the email to the Drop Shipper. You'll likely grab all of the Type Properties, but the vendor SKU should show up if you're going to do it as Andy shows.....



@Mitch - Good call. I did a little testing and it turns out that Display On Site must be checked or it will not appear in the email (any email). Display To Drop Shipper is not used.


@Stealth - I don't know if you can import type properties.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
Stealthauto
#9 Posted : Friday, August 15, 2008 11:13:54 AM(UTC)
Stealthauto

Rank: Member

Joined: 3/6/2006(UTC)
Posts: 52

Andy-

You rock. :)

OK, so I got it to work by turning it on in the store with Disply on Site, but I don't want this to happen.

I also don't understand why the "Display To Drop Shipper" is not used? This is the exact thing I am looking to do... is the fact that is is not working a bug?
Andy Miller
#10 Posted : Friday, August 15, 2008 1:18:55 PM(UTC)
Andy Miller

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 2,136

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: "Stealthauto" Go to Quoted Post


I also don't understand why the "Display To Drop Shipper" is not used? This is the exact thing I am looking to do... is the fact that is is not working a bug?
Me too. I searched the code and could not find any usages of the display to drop shipper property (other than allowing you to edit the value and saving it to the database).


I think it is a bug unless we both totally misunderstand what it means.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing
MitchA
#11 Posted : Saturday, August 16, 2008 12:05:40 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Originally Posted by: "Andy Miller" Go to Quoted Post



[quote="MitchA"]
Todd,

Try adding [[Product.TypeProperties]] to the email to the Drop Shipper. You'll likely grab all of the Type Properties, but the vendor SKU should show up if you're going to do it as Andy shows.....






@Mitch - Good call. I did a little testing and it turns out that Display On Site must be checked or it will not appear in the email (any email). Display To Drop Shipper is not used.







That is something that should be looked at if true. All tags for emails should be available whether the info is seen on the site or not.
Optimists invent airplanes,
Pessimists buy parachutes.
stealthauto3
#12 Posted : Tuesday, January 27, 2009 7:06:54 AM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

Anyone have an update on this bug? I really need to figure out a way to add the Vendor SKU to my drop-ship request email that is sent out.

Thanks.
Marcus
#13 Posted : Tuesday, January 27, 2009 10:02:41 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Let me take a look at the code to see what's going on. Perhaps we need a new email tag. Something like [[Product.DropShipperProperties]]
stealthauto3
#14 Posted : Tuesday, January 27, 2009 6:14:31 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

Marcus to the rescue! Thanks. ;-)
Marcus
#15 Posted : Thursday, January 29, 2009 1:10:59 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

I looked and there should already be a tag in BV5 for what you need:

[[Product.TypePropertiesDropShipper]]
stealthauto3
#16 Posted : Thursday, January 29, 2009 9:31:49 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

I changed my Drop Shipper Email template and nothing happened:

<tr>
<td align=left valign=top>[[LineItem.Quantity]]</td>
<td align=left valign=top>[[VendorManufacturer.Name]]</td>
<td align=left valign=top>[[Product.Sku]]</td>
<td align=left valign=top>[[Product.ProductName]]</td>
<td align=left valign=top>[[Product.TypePropertiesDropShipper]]</td>

</tr>


Here is what I got in the generated email:

1 Stealth Auto Warehouse BMW-E46-LIGHT-HL-BLK-2222 BMW E46 Headlights [[Product.TypePropertiesDropShipper]]

Should the [[Product.TypePropertiesDropShipper]] Tag call up the VendorSKU Type property I added to the product?

Thanks for the help on this Marcus, I think this must be a major issue for any of your customers doing drop-shipping and a solution will gain you some very happy customers for sure!

-Todd
Marcus
#17 Posted : Thursday, January 29, 2009 9:35:12 PM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

So you're saying the tag isn't getting replaced? Is the upper/lower case exactly like the tag in the list of tags on the editor page?
stealthauto3
#18 Posted : Thursday, January 29, 2009 10:07:42 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

That tag is not listed in my editor page. Should it be?
Marcus
#19 Posted : Friday, January 30, 2009 8:57:09 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

What service pack version do you have? It should be available under the repeating section tags.
stealthauto3
#20 Posted : Friday, January 30, 2009 1:30:17 PM(UTC)
stealthauto3

Rank: Member

Joined: 10/29/2008(UTC)
Posts: 66

SP 3.2 and I am hosted with Resposio. ;)
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012