Online Shirt Ordering is... um... Online!!!

Discussion of the Falcon football team.
Post Reply
User avatar
ZiggyZoomba
The Wizard of AZZ
The Wizard of AZZ
Posts: 5916
Joined: Sun Apr 11, 2004 5:37 pm
Location: Elmore, OH

Online Shirt Ordering is... um... Online!!!

Post by ZiggyZoomba »

http://www.ay-ziggy-zoomba.com/commerce

Easiest way I can tell you to do this (since I can't get rid of the "TABLE_HEADING_NEW_PRODUCTS" thing... grrrrr.....) is to hit "apparel" in the upper left, then click on the style you're interested in, then the size you want, and if it's available, add it to your cart and go for it!!

When you check out, you will have to register for an account. This will be different than the account for these boards, because some people don't have addresses and/or legitimate contact info in their accounts here. So please, fill out all the information. (I'm not going to abuse it in any way). PayPal is my preferred method of payment because I can ship things out right away, but if you plan to see me soon, choose COD, or if you want to send me money, choose that option.

Please let me know if you have any issues with the ordering system. Probaly best to email me @ [email protected] rather than to try to catch me here.

Buy lots!!! I can always get more printed up!! Thanks everyone!!

http://www.ay-ziggy-zoomba.com/commerce
Grant Cummings
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
User avatar
TG1996
Peregrine
Peregrine
Posts: 12708
Joined: Fri Jul 23, 2004 3:27 am
Location: Indianapolis
Contact:

Post by TG1996 »

AWESOME!

I'll take an XXL. :wink: :lol:
"I don't believe I can name a coach, anywhere, anytime, anyhow, who did it better than Doyt Perry."
-1955 BG Assistant Bo Schembechler

BGSUsports.com - Where ESPN.com goes for BG history.
Bassdrummin
Fledgling
Fledgling
Posts: 302
Joined: Mon Jul 26, 2004 11:33 pm

Post by Bassdrummin »

Hey Grant,

I may have a solution for you to get rid of that line: TABLE_HEADING_NEW_PRODUCTS

I have a feeling the solution may involve the file:
languages/English/index.php

where these items are defined in osCommerce. This is what the file is supposed to look like:

********************
<?php
/*
$Id: index.php,v 1.3 2003/07/08 16:56:04 dgw_ Exp $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright © 2003 osCommerce

Released under the GNU General Public License
*/

define('TEXT_MAIN', 'Main text here.');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products for %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
define('HEADING_TITLE', 'Welcome to Our E-Store');
define('TABLE_HEADING_IMAGE', 'Image');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now!');
define('TEXT_NO_PRODUCTS', 'No products in this category, but check back. If the category is here, then we plan on entering products here soon.');
define('TEXT_NO_PRODUCTS2', 'No products from the manufacturer for this category.');
define('TEXT_NUMBER_OF_PRODUCTS', 'Number of products: ');
define('TEXT_SHOW', '<b>Search:</b>');
define('TEXT_BUY', 'Buy 1 \'');
define('TEXT_NOW', '\' time');
define('TEXT_ALL_CATEGORIES', 'All');
define('TEXT_ALL_MANUFACTURERS', 'All');
} elseif ($category_depth == 'top') {
define('HEADING_TITLE', 'Welcome to My E-Store!');
} elseif ($category_depth == 'nested') {
define('HEADING_TITLE', 'Categories');
}
?>

********************

Make sure you backup the previous file first before making some changes. But I suspect this file may be missing some of the defined variables.
I.E. "define('TABLE_HEADING_NEW_PRODUCTS', 'New Products for %s');"
Let me know if this helps

later,
Jeff
User avatar
1987alum
Noah's Dad
Noah's Dad
Posts: 7691
Joined: Mon Jul 26, 2004 12:54 pm
Location: Philly

Post by 1987alum »

All right, let the Geekfests begin! :lol: :lol:
Hey, look at me! I'm all over the InterWebs!
Facebook ~ Twitter @ CoachKarlPA ~ LinkedIn
Bassdrummin
Fledgling
Fledgling
Posts: 302
Joined: Mon Jul 26, 2004 11:33 pm

Post by Bassdrummin »

I forgot to add...

I am currently working on a project to "chop" up osCommerce into a product where you can pick and choose what features you would like to appear on the website. For instance, if you don't care to see the "what's new" box, you would have the option to remove it from the website completely. If you would like, I could send you a copy of this after I am finished.
Later,
Jeff
User avatar
hammb
The Stabber of Cherries
The Stabber of Cherries
Posts: 14333
Joined: Fri Jul 23, 2004 8:21 am
Location: Bowling Green

Post by hammb »

1987alum wrote:All right, let the Geekfests begin! :lol: :lol:
Dammit...I feel like a geek for understanding that...back to porn & liquor!
User avatar
ZiggyZoomba
The Wizard of AZZ
The Wizard of AZZ
Posts: 5916
Joined: Sun Apr 11, 2004 5:37 pm
Location: Elmore, OH

Post by ZiggyZoomba »

Bassdrummin wrote:I forgot to add...

I am currently working on a project to "chop" up osCommerce into a product where you can pick and choose what features you would like to appear on the website. For instance, if you don't care to see the "what's new" box, you would have the option to remove it from the website completely. If you would like, I could send you a copy of this after I am finished.
Later,
Jeff
Thanks for the feedback. I was grepping left and right last night trying to find the right instance of it and finally just gave up b/c I wanted to get the thing online.

A "modular" osCommerce sounds like an awesome idea! I appreciate the help. W/O the time to spend poking around as much as I'd like, I probably would have just given up on it. Now I've got something to mess w/ tonight!!

Thanks again! Now, buy a shirt!! ;-)
Grant Cummings
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
User avatar
ZiggyZoomba
The Wizard of AZZ
The Wizard of AZZ
Posts: 5916
Joined: Sun Apr 11, 2004 5:37 pm
Location: Elmore, OH

PayPal

Post by ZiggyZoomba »

If you're paying via PayPal, PLEASE go all the way through the ordering process. I'm not sure why, but I've gotten the $$ confirmed from PayPal for a couple of orders and yet no order shows up in the store. You have to finish things up at PayPal and then return to the merchant in order to complete the process!

Let me know if there are any questions.
Grant Cummings
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
User avatar
JohnnySwoop '85
Peregrine
Peregrine
Posts: 662
Joined: Wed Dec 01, 2004 8:02 pm

Post by JohnnySwoop '85 »

Why when I was an undergrad we could only program code in 1's and 0's...

That's nothing, when I used to pull all nighters in the Computer lab at Math- Science...we didn't have any 1's. In fact we didn't have any 0's...we had to use the letter O.
TennesseeFalcon
Egg
Egg
Posts: 13
Joined: Sat Oct 08, 2005 7:44 pm
Location: South Fulton, TN

Post by TennesseeFalcon »

Great shirts and very speedy delivery. Thanks. :D
User avatar
golfertk14
Space Cowboy/Guitarist
Space Cowboy/Guitarist
Posts: 1423
Joined: Tue Feb 22, 2005 8:26 pm
Location: Cleveland
Contact:

Post by golfertk14 »

I'm gonna buy one once I get to BG Grant!
Roll Along!

Class of 2010

http://www.timothykilkenny.com
User avatar
FliccGirl
Peregrine
Peregrine
Posts: 1172
Joined: Mon Jul 26, 2004 11:07 am
Location: Toledo... (but I repeat, the MED SCHOOL DOESN'T COUNT!)
Contact:

Post by FliccGirl »

LOOOOVE the shirts!!! :D :D :D (Picked mine up from the front desk just now, in case you couldn't tell. :wink: )
Falcon Marching Band member 2002-05
FMB Flicc Squad Leader 2005
Tau Beta Sigma outreach chair 04-05, 05-06
The sun ALWAYS shines on the Falcon Marching Band.


***Irrational Exuberance!***
User avatar
Godsgirlerific
Chick
Chick
Posts: 274
Joined: Sun Oct 31, 2004 11:11 pm
Location: Bowling Green by way of Gahanna

Post by Godsgirlerific »

Bassdrummin wrote:Hey Grant,

I may have a solution for you to get rid of that line: TABLE_HEADING_NEW_PRODUCTS

I have a feeling the solution may involve the file:
languages/English/index.php

where these items are defined in osCommerce. This is what the file is supposed to look like:

********************
<?php
/*
$Id: index.php,v 1.3 2003/07/08 16:56:04 dgw_ Exp $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright © 2003 osCommerce

Released under the GNU General Public License
*/

define('TEXT_MAIN', 'Main text here.');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products for %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
define('HEADING_TITLE', 'Welcome to Our E-Store');
define('TABLE_HEADING_IMAGE', 'Image');
define('TABLE_HEADING_MODEL', 'Model');
define('TABLE_HEADING_PRODUCTS', 'Products');
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('TABLE_HEADING_QUANTITY', 'Quantity');
define('TABLE_HEADING_PRICE', 'Price');
define('TABLE_HEADING_WEIGHT', 'Weight');
define('TABLE_HEADING_BUY_NOW', 'Buy Now!');
define('TEXT_NO_PRODUCTS', 'No products in this category, but check back. If the category is here, then we plan on entering products here soon.');
define('TEXT_NO_PRODUCTS2', 'No products from the manufacturer for this category.');
define('TEXT_NUMBER_OF_PRODUCTS', 'Number of products: ');
define('TEXT_SHOW', '<b>Search:</b>');
define('TEXT_BUY', 'Buy 1 \'');
define('TEXT_NOW', '\' time');
define('TEXT_ALL_CATEGORIES', 'All');
define('TEXT_ALL_MANUFACTURERS', 'All');
} elseif ($category_depth == 'top') {
define('HEADING_TITLE', 'Welcome to My E-Store!');
} elseif ($category_depth == 'nested') {
define('HEADING_TITLE', 'Categories');
}
?>

********************

Make sure you backup the previous file first before making some changes. But I suspect this file may be missing some of the defined variables.
I.E. "define('TABLE_HEADING_NEW_PRODUCTS', 'New Products for %s');"
Let me know if this helps

later,
Jeff
That's my big brother... :mrgreen:
FMB Mellophone Alum
billchase2
Peregrine
Peregrine
Posts: 702
Joined: Wed Aug 11, 2004 10:00 pm
Location: Ann Arbor
Contact:

Post by billchase2 »

sweet, just placed my order. :D
2008 BGSU: Master of Education Degree
2006 BGSU: Bachelor of Science in Technology Degree
04-06 University Activities Organization Director
02-04 FMB; 2004 Trumpet Squad Leader
Kappa Kappa Psi - Beta Kappa
billchase2
Peregrine
Peregrine
Posts: 702
Joined: Wed Aug 11, 2004 10:00 pm
Location: Ann Arbor
Contact:

Post by billchase2 »

got my shirt! very sweet! thanks grant!
2008 BGSU: Master of Education Degree
2006 BGSU: Bachelor of Science in Technology Degree
04-06 University Activities Organization Director
02-04 FMB; 2004 Trumpet Squad Leader
Kappa Kappa Psi - Beta Kappa
Post Reply