Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gty

Archived
  • Posts

    63
  • Joined

  • Last visited

Everything posted by gty

  1. Just wanted to say thanks for a great contribution definitely what my store needed. Also I use css buttons and got it installed with a few minor tweaks :thumbsup:
  2. that's cool..does not work in firefox though.Also seems like you should reorder the fields where the zip code is second instead of 4th. definitely a contrib I'll use
  3. Thanks for the contribution i have been looking for something like this to impliment into my site. after installation all I get is a blank body. Header, footer, column left is all there but it's not pulling anything from the wordpress database. any suggestions? I have a few plugins installed on wordpress WP-Polls,Photopress,Opt-in Front Page, and BAStats. I have tried deactivaitng them but still no go. I also tried switching back to the default theme and still nothing?? I am using wordpress v2.0.3.
  4. great contribution my only issue is with the email confirmation I get and would this contribution be hard to intergrate with edit orders contribution ? I assume you would only need to edit edit_orders.php in the catalog/admin dir and in the language dir. I use that mainly for updating orders. Thanks!
  5. Ok I was able to get the first version of the contribution installed and working (only downside is it's limited to how many products I manually link)..so there must be something out of wack with mysql that was inserted?? Irin was this part of the code you inserted from the contribution? or from a differnet contribution? the instructions I used have this located nowhere any of the versions? here's what I tried inserting from the last version.
  6. Thanks for the reply..I did a search for HEADER_TITLE_CHECKOUT as that's right before the code that is inserted from the contrb that begins in your header.php...In my header file I have 2 locations were HEADER_TITLE_CHECKOUT is located.I tried placing the code in both places (and all around) and I am still getting the same results...can't figure out why this is not working..thought this was going to be an easy contribution to install lol. here's my header.php if anybody has any suggestions.
  7. I got the sql inserted but am having a difficult time getting it displayed. I set the configuration in admin to 10. The instructions say to insert this before In my header.php shows the following I have tried placing the code in several places before and after and in the middle of the code above..The closest I can get is my header gets all messed up having the banner all the way to the left and the buttons for my account and stuff to the right and no scrolling images. I have centered shop installed with down for maintence and pwa.Not sure if that's causing the issue or not..any help is much appreciated!
  8. not sure it it matters or not but they no longer support v1 or something here is a copy and paste from there web site I use 2co also and is working fine for me.
  9. Great contribution but I am having 1 issue.When I update the order status it makes 2 entrys like this: 02/06/2006 19:41:55 Processing Updated Customer orders/status. 02/06/2006 19:41:55 Processing Updated Customer orders/status. I just got done getting my ssl installed and working not sure if that has anything to do with it or not. Anybody have anys suggestion what could be causing this? thanks.I am installed the latest full package.
  10. can't check the link asks to create an account, maybe your credit card module is still installed.remove it under modules-payment
  11. *If you like this product, then you will like these products: On the product display page show a list of other products that the customer may want to buy. X sell or family products. *I need to be able to change how the display of products in a list is viewed. not sure what you mean or want maybe product colums?
  12. Great contribution only issue I am having is linking the credit and gift vouchers. when I move my mouse over the credit and class link nothing happens.same issue as above. array('gift voucher' , 'gv_admin.php' , BOX_HEADING_GV_ADMIN), this is what last tried before asking for assistance. I have tried a wide variety of array .i have tried : vouchers/coupons vouchers / coupons vouchers/ coupons vouchers /coupons voucherscoupons vouchers coupons gift credit credit class and so on probably 20 plus differnet variations. Could some body shed some light on this for me? thanks!
  13. I found a nice contribution it called Box_categories_pro_V1.1 just do a search for it.
  14. how do you get the catagories show the sub catagories wih out clicking it?
  15. Yay!! finally got it :D .Thanks for such a great contribution :thumbsup:
  16. I really hate asking for help again but I just can not figure this out. Ok I have got header controller installed and working great.I am able to go in on the admin side and adjust every setting there with no problem.I finally got my catagories.php file working soso.I have finally got rid of all the errors,and now have the Meta Tag Information availible to fill out as I had new products.My only issue is now my featured products short decription box is missing.Everything else is there (option to add as a featured) is and will add as a featured product but I have no way of entering any info and it's not pulling any decription text to fill it out.I have the Words per short description when it's not written set to 40. I know what part of the script is causing not having the short description box but I can not figure out how to edit it to make it appear.Everyway I try the whole add new product page is messed up boxes all the way to the left and just a complete mess. here is what I believe I have to add the make the short description box appear. <tr> <td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_SHORT; ?></td> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td> <td class="main"><?php echo tep_draw_textarea_field('products_short[' . $languages[$i]['id'] . ']', 'soft', '70', '4', (isset($products_short[$languages[$i]['id']]) ? $products_short[$languages[$i]['id']] : tep_get_products_short($pInfo->products_id, $languages[$i]['id']))); ?></td> </tr> </table></td> </tr> <?php This is the area that has to be modified while installing the header controller.I need both of them.And have no clue how to edit it correctly. here is what I have currently for that area ruffly line 693 <tr> <td class="main" valign="top"><?php if ($i == 0) echo TEXT_PRODUCTS_PAGE_TITLE; ?></td> <td><table border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" valign="top"><?php echo tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']); ?> </td> <td class="main"><?php echo tep_draw_textarea_field('products_head_title_tag[' . $languages[$i]['id'] . ']', 'soft', '70', '5', (isset($products_head_title_tag[$languages[$i]['id']]) ? $products_head_title_tag[$languages[$i]['id']] : tep_get_products_head_title_tag($pInfo->products_id, $languages[$i]['id']))); ?></td> </tr> </table></td> </tr> Right before that I have TEXT_PRODUCTS_DESCRIPTION; edit.I have been trying to edit this with beyond compare and with my old catagories file those edits are in the same place. If anybody is using this contribution with Wolf's featured products i would Highly appreacitate it if you could post/pm or catagories files so i could take a look. Thanks
  17. My eye's bleeding lol.. anyway I got Header Tags Controller 2.5.5 installed with minimal headaches.everything seemed fine until I went in catalog on the admin side where I got a MYSQL error 1064 about catalog ID and stuff.After much reading I was unable to find a solution(even tried the 2020 bug fix),But then I remembered during the editing of the files I had to "customize" them where I also have Wolfen stein featured catagories installed.Wolf's contribution and this one bot required the same edits in the catagories file.for example Wolf edit: // BOF Wolfen featured sets $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, products_featured, products_featured_until, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); $product = tep_db_fetch_array($product_query); tep_db_query("insert into " . TABLE_PRODUCTS . " (products_quantity, products_model,products_image, products_price, products_date_added, products_date_available, products_weight, products_status, products_featured, products_featured_until, products_tax_class_id, manufacturers_id) values ('" . tep_db_input($product['products_quantity']) . "', '" . tep_db_input($product['products_model']) . "', '" . tep_db_input($product['products_image']) . "', '" . tep_db_input($product['products_price']) . "', now(), '" . tep_db_input($product['products_date_available']) . "', '" . tep_db_input($product['products_weight']) . "', '0', '" . (int)$product['products_featured'] . "', '" . (int)$product['products_featured_until'] . "', '" . (int)$product['products_tax_class_id'] . "', '" . (int)$product['manufacturers_id'] . "')"); $dup_products_id = tep_db_insert_id(); $description_query = tep_db_query("select language_id, products_name, products_description, products_short, products_url from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . (int)$products_id . "'"); while ($description = tep_db_fetch_array($description_query)) { tep_db_query("insert into " . TABLE_PRODUCTS_DESCRIPTION . " (products_id, language_id, products_name, products_description, products_short, products_url, products_viewed) values ('" . (int)$dup_products_id . "', '" . (int)$description['language_id'] . "', '" . tep_db_input($description['products_name']) . "', '" . tep_db_input($description['products_description']) . "', '" . tep_db_input($description['products_short']) . "', '" . tep_db_input($description['products_url']) . "', '0')"); } // EOF Wolfen featured sets header Controller $product_query = tep_db_query("select products_quantity, products_model, products_image, products_price, products_date_available, products_weight, products_tax_class_id, manufacturers_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$products_id . "'"); $product = tep_db_fetch_array($product_query); tep_db_query("insert into " . TABLE_PRODUCTS . " (products_quantity, products_model,products_image, products_price, products_date_added, products_date_available, products_weight, products_status, products_tax_class_id, manufacturers_id) values ('" . tep_db_input($product['products_quantity']) . "', '" . tep_db_input($product['products_model']) . "', '" . tep_db_input($product['products_image']) . "', '" . tep_db_input($product['products_price']) . "', now(), '" . tep_db_input($product['products_date_available']) . "', '" . tep_db_input($product['products_weight']) . "', '0', '" . (int)$product['products_tax_class_id'] . "', '" . (int)$product['manufacturers_id'] . "')"); $dup_products_id = tep_db_insert_id(); //HTC BOC $description_query = tep_db_query("select language_id, products_name, products_description, products_head_title_tag, products_head_desc_tag, products_head_keywords_tag, products_url from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . (int)$products_id . "'"); while ($description = tep_db_fetch_array($description_query)) { tep_db_query("insert into " . TABLE_PRODUCTS_DESCRIPTION . " (products_id, language_id, products_name, products_description, products_head_title_tag, products_head_desc_tag, products_head_keywords_tag, products_url, products_viewed) values ('" . (int)$dup_products_id . "', '" . (int)$description['language_id'] . "', '" . tep_db_input($description['products_name']) . "', '" . tep_db_input($description['products_description']) . "', '" . tep_db_input($description['products_head_title_tag']) . "', '" . tep_db_input($description['products_head_desc_tag']) . "', '" . tep_db_input($description['products_head_keywords_tag']) . "', '" . tep_db_input($description['products_url']) . "', '0')"); } //HTC EOC This is just one example there are many like this. Is there any way that this can be done?Is it possible to have it twice in the php file without causing issue's? To make a temp solution I just upload the catagories php file that was included in header package and everything is working fine now except I can not add any featured products or have access to the ultimate SEO urls. here's another example Wolf's // BOF Wolfen featured sets if (isset($HTTP_GET_VARS['search'])) { $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.products_featured, p.products_featured_until, p2c.categories_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and pd.products_name like '%" . tep_db_input($search) . "%' order by pd.products_name"); } else { $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.products_featured, p.products_featured_until from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by pd.products_name"); } while ($products = tep_db_fetch_array($products_query)) { $products_count++; $rows++; // EOF Wolfen featured sets header Controller if (isset($HTTP_GET_VARS['search'])) { $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p2c.categories_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and pd.products_name like '%" . tep_db_input($search) . "%' order by pd.products_name"); } else { $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = '" . (int)$current_category_id . "' order by pd.products_name"); } while ($products = tep_db_fetch_array($products_query)) { $products_count++; $rows++;
×
×
  • Create New...