Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Haitashi

Archived
  • Posts

    95
  • Joined

  • Last visited

Everything posted by Haitashi

  1. Installed v1.3. Everything was created successfully except that now the product images aren't showing up. I see that the links to the image aren't including the new image category folders. To those who have experienced this what did you do to fix it? THANKS!
  2. Hi there. Thanks for this contribution. I saw that this may have been asked before but the new way to look at replies on this forum SUCKS so I can't see if anyone replied to them. I installed it, everything went smoothly. I enabled it but when I go to my products I do not see the enhancements. I just see the normal text area for the product description. I apologize is this has been asked before. Any help will be greatly appreciated.
  3. bump... Anyone out there changed their app to be WAP compatible?
  4. I was looking into ways to enable WAP for my OSCommerce store. I saw this contribution called WAP-enable and I was curious to see if anyone has used it successfully. THANKS!
  5. Can anyone confirm that this actually works? I want 1 category to be red. The rest should remain the same way. If it does work, what file should this case statement be placed in?
  6. Hi ^_^ I'm looking for a contribution (or instructions) in order to have category images on my homepage like these people do: http://www.inmcrystal.com/ THANKS! ;)
  7. Thanks for the help. Beyond Compare is awesome. I didn't get to install the contribution because it modifies some lines of code that are already custom. I'll do it manually (even if it'll take a while :P) :thumbsup: A+ Contribution
  8. Never mind. I deleted this contribution and installed this one: http://www.oscommerce.com/community/contributions,1459/ Now it all works fine.
  9. Hi guys. This contribution seems really cool and just what I need. Are there any install instructions for those of us who don't have a clean install of OSC? Going through each file trying to find the differences is too time consuming. THANKS! :blush:
  10. I want to do on my site what these people have on theirs. If you go to: http://www.inmcrystal.com/alpha50-p-12224.html you'll see a table that says "Search Terms Click green word to see similar items". Any ideas if there's a contribution to do that or how it can be done? THANKS!
  11. Hi: I deleted all I had and installed the contribution on a clean install of OSC and all works fine. Thanks for the JEdit suggestion, it's really cool.
  12. I get a similar error. As I understand it, there might be an error in how the "else" statements are used. My error says: Parse error: parse error, unexpected T_ELSE in /catalog/admin/categories.php on line 927 This is what I have. Line $products_count = 0; 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_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, 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"); THIS IS LINE 927 } else { $products_query = tep_db_query("select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_price1, p.products_price2, p.products_price3, p.products_price4, p.products_price5, p.products_price6, p.products_price7, p.products_price8, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_price4_qty, p.products_price5_qty, p.products_price6_qty, p.products_price7_qty, p.products_price8_qty, p.products_qty_blocks, 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"); } 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++;
  13. I"m having the same issue. I set the password in the Admin >> Configuration >> My Store but when I use the password I still get "Error: No match for E-Mail Address and/or Password.". Any ideas?
  14. Hey Everyone! I was thinking of changing the selected days for the Recover Cart Sales. I'll explain, I see "Show for last " and I can enter a numeric number. I want to change that to something a little more intuitive, like a calendar or anything that will let me select dates a little easier. FYI: I've only got Jr PHP skills. <_< Any help will be greatly appreciated and once done I'll be sure to share it with everyone. THANKS! ;)
  15. That link DID NOT fix the problem <_< I'm still having to recover orders >_< Does anybody know a permanent fix for this? Verisign seems not to care. I mean, it's been going on for a LONG time.
  16. I love Recover Cart Sales. It's been a blessing! :D I only have one question. I have version 2.22. I have an order in the report. Is there a way that I can transfer this order to a cart? The customer paid for these items.
  17. AWESOME! Thanks! It works now :)
  18. I have that table in my database. I deleted it to see if I got a different error. I realized that no matter if the table is present or I keep getting this same error. 1146 - Table 'prmusic_osc1.TABLE_SCART' doesn't exist select * from TABLE_SCART where customers_id = '463' [TEP STOP]
  19. I get an error that says: 1146 - Table 'prmusic_osc1.TABLE_SCART' doesn't exist when I try to view recover_cart_sales.php How can I fix this error? :blink: Thanks!
  20. Hello: I want to provide users the opportunity to enter their sales person name or code in order to give them commission for their sales. No luck finding it, any ideas?
  21. I'm having the same problem. I'm using v2.76, though. Does anyone have any ideas??
  22. I don't know what am I doing wrong. I edit the tab delimited file with my data and when I upload it I get this message: File uploaded. Temporary filename: /tmp/php4Lbt8T User filename: CAT.txt Size: 1954 However, the data inside the file doesn't show in my catalog. Am I missing s step?? :blink:
  23. Hey guys, any luck? I'm having the exact same issue here.
  24. Ok, I fixed my problem! I didn?t consider the fact that I had a template system installed. This meant that some files had to be edited in the CATALOG directory and some files had to be edited insides the template files themselves. Luckily I had backed up all my data! This is VERY important people, jeje. I restored my site and went over the steps again, slowly and not multitasking. I had all my focus is the editing taking all the time in the world. Once I finished uploading everything, it worked! The only other issue I has was that at the moment of checking out the user got that following error that prevented him from completing payment: ?The seller accepts encrypted website payments only. You cannot pay the seller through un-encrypted buttons. Please contact your seller for more details.? This had a simple solution: a ) Go to http://www.paypal.com b ) Log in c ) Go to Profile d ) Go to Website Payment Preferences e ) Go to Encrypted Website Payments f ) Check the radio button to off g ) Click Save LOTS OF LUCK PEOPLE, HOPE THIS HELPS! :thumbsup:
×
×
  • Create New...