-
Content count
35 -
Joined
-
Last visited
Profile Information
-
Real Name
Trevor
-
Anyone contemplate using this with an autothumbnailer?
-
Anyone gotten an autothumbnailer to work with dynamicmopics? If so how? and are there any other threads for this?
-
Thanks for the workaround...
-
I thought it would be easy enough to change the product_info.php so that if the item was a master the "select quantity" and drop down box would not appear. However I cannot get it to work. Help anyone? Also TEXT_MASTER is just a variable with '' for the value I added in the includes/english/product_info.php... Lines Roughly 185-195 to 200-210 <td align="right" class="main"><?php if (products_master_status == 1) { echo $TEXT_MASTER; } elseif ($product_info['products_quantity'] > 0) { echo TEXT_QUANTITY . ' ' . tep_draw_pull_down_menu('Qty_ProdId_' . $product_info['products_id'], $qty_array); } elseif ((STOCK_CHECK == 'false')&& ($product_info['products_quantity'] < 1)) { $qty_array = array(); for ($i=0; $ns = 20, $i <= $ns; $i++) { $qty_array[] = array('id' => $i, 'text' => $i); } echo TEXT_QUANTITY . ' ' . tep_draw_pull_down_menu('Qty_ProdId_' . $product_info['products_id'], $qty_array); } else { echo TEXT_STOCK; } echo tep_draw_separator('pixel_trans.gif', '30', '10'); ?> </td> </tr> <?php
-
I have a question... is there a way to code Master Products so that any masters that have slaves will not display a quantity box in the generic "product listing place"? I don't know how to word it really but look here... HERE and then go to CUSTOM STUFF then you can basically pick any of those items. I want to make it so that that generic "Select quantity: " field isn't their. and If I can make it so it's only gone when a master has a slave. Thanks... Trevor and I tried searching for information on this concept but is it just me or is the search feature in this forum horrible? Thanks Again
-
whodah... by chance do you remember what variables you changed?(I believe it would be DIR_FS_CATALOG and DIR_WS_IMAGES) and what you changed them to poin to? I'm having so much trouble understanding parts of the code because they are in german... thanks trevor
-
anyone successfully installed an auto thumbnailer?
tmac2104 replied to tmac2104's topic in General Add-Ons Support
Yesss it seemed like people had... but I just wanted to check hehe... Well basically no image is being created with "automatic thumbnail creator v1.0" , no folder either. So basically I just don't think it is working at all... do u think if my main cart is in ... www.domain.com/clothing as a opposed to www.domain.com/catalog that would make a huge difference im going to check but thanks for the reply -
thank ya very much... I think the path issue may be my problem as well
-
all that kinda stuff is easily found at the wiki site... http://wiki.oscommerce.com/Top
-
anyone successfully installed an auto thumbnailer?
tmac2104 posted a topic in General Add-Ons Support
i'm by not a noob to php or sql but I have been freakin out trying to get these auto thumbnailers to work on my set up.... anyone suggest a good autothumbnailer that has some support? thanks Trev -
whodah, are you using an automatic thumbnailer? if so which one? because i cant seem to get one to work with my set up.... thanks Trevor
-
Finals are overated..... 2 hours later and a phpmyadmin error of craziness that is now fixed and i'm a happy boy. so anyone in the future who has the problem i had before: CHECK YOUR SQL FILES
-
i'm off to study for finals... help? anyone?
-
I've read through about 20 pages of this thread trying to find an answer... but I need to eat. So if anyone can spot an error right off the bat you will be crowned my king. http://tmac2104.zer0host.com/catalog/index.php all my categories are just tester categories... Thanks Trevor
-
i'm looking for that same thing also