"Adding images to zen cart" link broken

Get help, and assist others in with open source kits and running a business! Do not ask for legal advice or for consulting services in this forum, only general biz questions!

Moderators: adafruit_support_bill, adafruit

Forum rules
Get help, and assist others in with open source kits and running a business! Do not ask for legal advice or for consulting services in this forum, only general biz questions!
Locked
User avatar
i-make-robots
 
Posts: 47
Joined: Sun Mar 11, 2012 1:52 pm

"Adding images to zen cart" link broken

Post by i-make-robots »

http://www.adafruit.com/blog/2011/04/28 ... -invoices/

has a link to http://www.ladyada.net/library/zencart/ ... ice_images which contains no relevant information.

I tried http://www.ladyada.net/library/zencart/ ... mages.html with no luck.

I'm very interested. Please let me know when it is fixed.

Thank you!

adafruit
 
Posts: 12151
Joined: Thu Apr 06, 2006 4:21 pm

Re: "Adding images to zen cart" link broken

Post by adafruit »


User avatar
i-make-robots
 
Posts: 47
Joined: Sun Mar 11, 2012 1:52 pm

Re: "Adding images to zen cart" link broken

Post by i-make-robots »

if(file_exists ("../images/invoice/" . $invoice_image)) {// this part is optional
$invoice_image = DIR_WS_CATALOG_IMAGES."invoice/" . $invoice_image; // /images/invoice and use that instead
} else {
$invoice_image = DIR_WS_CATALOG_IMAGES."no_picture.gif";
}

Locked
Forum rules
Get help, and assist others in with open source kits and running a business! Do not ask for legal advice or for consulting services in this forum, only general biz questions!

Return to “Kitbiz”