Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 03-24-2025 17:26:32

polarize
Moderator
Registered: 11-15-2004
Posts: 329

Show Barcode in Ship Items Screen

We are working on trying to show the "barcode" data from "ecom_orderitems" for selected orders in the "Ship Items" screen for each item to be shipped.

Can we modify what shows in the Ship Items screen from ...

apps / ecom / ECOM_OrderMan / ECOM_OrderMan.php ?

If so what lines of code would we need to modify after copying it over to Custom?

Thank you


Using Kryptronic K9! smile
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#2 03-25-2025 08:56:38

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19888
Website

Re: Show Barcode in Ship Items Screen

The file you'd want to modify is {private}/apps/ecom/ECOM/includes/ordermanship.php.  The ordered items are in the $itemsactive array, and the barcodes art in the $order['inventory'] array.  You can access the barcode for an item using $order['inventory'][INVENTORY-ID], where 'INVENTORY-ID' is the 'xinvid' for the ordered item.

Why do you want barcodes there?  Are you going to scan them off your screen into something?


Nick Hendler

Offline

 

#3 03-25-2025 20:21:31

polarize
Moderator
Registered: 11-15-2004
Posts: 329

Re: Show Barcode in Ship Items Screen

We don’t want the barcodes font (ie; Code 39, Code 128, etc) to generate but rather the data from the item inventory record only. The reason we want this is for a couple reasons. First being that we have some bottled product that is assigned a manufacturer sku yet the only thing on the bottle is the UPC or barcode. 

Second, by doing this we can start to play around with the idea of scan verification by opening a browser find field (ctrl f) and scan the barcode into that field to find a positive match highlighted on the ship screen to add another layer to help reduce picking errors.

Ultimately what we want to do at some point is build in scan verification as we discussed a few times in the past. This is kind of a workaround to give us a bit of inspiration as to how we can go about doing this.

I have a few other thoughts that we can discuss after seeing how the barcode data works out. 😊


Using Kryptronic K9! smile
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#4 03-26-2025 08:36:40

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19888
Website

Re: Show Barcode in Ship Items Screen

Gotcha.  Just print the barcode/UPC in that include and you should be good to go.


Nick Hendler

Offline

 

Board footer