Online Shirt Ordering is... um... Online!!!
- ZiggyZoomba
- The Wizard of AZZ

- Posts: 5916
- Joined: Sun Apr 11, 2004 5:37 pm
- Location: Elmore, OH
Online Shirt Ordering is... um... Online!!!
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
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
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
AWESOME!
I'll take an XXL.

I'll take an XXL.
"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.
-1955 BG Assistant Bo Schembechler
BGSUsports.com - Where ESPN.com goes for BG history.
-
Bassdrummin
- Fledgling

- Posts: 302
- Joined: Mon Jul 26, 2004 11:33 pm
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
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
-
Bassdrummin
- Fledgling

- Posts: 302
- Joined: Mon Jul 26, 2004 11:33 pm
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
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
- ZiggyZoomba
- The Wizard of AZZ

- Posts: 5916
- Joined: Sun Apr 11, 2004 5:37 pm
- Location: Elmore, OH
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.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
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
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
- ZiggyZoomba
- The Wizard of AZZ

- Posts: 5916
- Joined: Sun Apr 11, 2004 5:37 pm
- Location: Elmore, OH
PayPal
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.
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
ROLL ALONG!!!
"We are linked to this institution by invisible bonds that do not wither or dissolve." --BGSU President, Dr. Ralph W. McDonald - 1968
- JohnnySwoop '85
- Peregrine

- Posts: 662
- Joined: Wed Dec 01, 2004 8:02 pm
-
TennesseeFalcon
- Egg

- Posts: 13
- Joined: Sat Oct 08, 2005 7:44 pm
- Location: South Fulton, TN
- golfertk14
- Space Cowboy/Guitarist

- Posts: 1423
- Joined: Tue Feb 22, 2005 8:26 pm
- Location: Cleveland
- Contact:
- Godsgirlerific
- Chick

- Posts: 274
- Joined: Sun Oct 31, 2004 11:11 pm
- Location: Bowling Green by way of Gahanna
That's my big brother...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
FMB Mellophone Alum
-
billchase2
- Peregrine

- Posts: 702
- Joined: Wed Aug 11, 2004 10:00 pm
- Location: Ann Arbor
- Contact:
-
billchase2
- Peregrine

- Posts: 702
- Joined: Wed Aug 11, 2004 10:00 pm
- Location: Ann Arbor
- Contact:
