

tjreynolds
Members-
Content count
402 -
Joined
-
Last visited
About tjreynolds
- Birthday 05/13/1963
Profile Information
-
Real Name
TJ
- Website
-
tjreynolds started following Kirod
-
Kirod started following tjreynolds
-
interweb started following tjreynolds
-
Edit Welcome Page Navigation bar?
tjreynolds replied to WingingIt's topic in General Add-Ons Support
You need to change a language file. Probably this one: includes/languages/english.php (my stinkin servers down again or I'd tell you for sure) the line I think is: define('TEXT_GREETING_GUEST', 'your text goes in here'); hth TJ -
Perfect, thanks. Worked like a charm. // :0) My Webpage <?php $search_string_array = explode(" ",$product_info['products_name']); foreach($search_string_array AS $search_entry) { if(strlen($search_entry) > 3) { // $search_entry = ereg_replace("[^a-z0-9]", "", strtolower($search_entry)); $search_string .= '<a href="'.tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT,'keywords='.$search_entry).'">'.$search_entry.'</a> → '; } } echo 'Quick Searches: '.$search_string; ?>
-
VERY nice contribution, thanks! Automate Production Equipment Corp.
-
Damm Alan, thanks... Worked like a charm :) I can't see the forest thru the trees sometimes, hehe
-
Can some one explain why I am getting blanks in the text above my fields for PalPal IPN Think I've tried everything to fix this. Vesion: PayPal_Shopping_Cart_IPN_v3.0a Driving me nucking futs :) Screenshot Thanks!
-
The file isn't in the folder, or is mis-spelled. The program can't find it to include it in the document. catalog/includes/languages/english/modules/payment/ckmerchantpartners1.php ckmerchantpartners1.php Please meake sure a new copy is uploaded to that folder.
-
sawadee khrap :) Chiang Mai? http://www.oscommerce.com/community?contri...ai&category=all
-
I ran into the same problem. What a nightmare that was. I ended up going back to the original too. If you hear of a patch or anything please let me know andI'll do the same. Thanks TJ
-
[Contribution] Collapsible CSS Category Menu
tjreynolds replied to Chemo's topic in General Add-Ons Support
I'm going to play with it today and will send you a link. Thanks Bobby. -
[Contribution] Collapsible CSS Category Menu
tjreynolds replied to Chemo's topic in General Add-Ons Support
Damm that's nice Chemo. Can't wait to use this contribution. Have a client in China with a bazillion subcategories. Perfect solution for them. I'll be sure and make a donation if and when I use it! The cool menu is nice, but it has to be positioned and doesn't work well on a centered page and is a pain in the a$$ to install. TJ -
osCommerce comes fully integrated with paypal, just turn it on in the admin area payment | modules | paypal and edit the required fields. Also, there is a PayPal IPN Contrinution. TJ
-
Option Type Attributes..... see it in action here: http://express-engraving.com/product_info....adc1f228675e1fc Dont use the PayPal IPN contribution with this contribution. It won't work. TJ
-
You can easy populate the database locally and upload the sql file file and then restore it. After a good backup, that's what I would do. TJ
-
On-Screen Dynamic Price Update??
tjreynolds replied to neglected_goldfish's topic in General Add-Ons Support
I never knew that one existed :) Thanks for the tip! TJ -
On-Screen Dynamic Price Update??
tjreynolds replied to neglected_goldfish's topic in General Add-Ons Support
This would work well... Actual Attribute Price This one rocks ... and looks perfect for your shop Custom Computer Creator TJ