Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raykit

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ray

raykit's Achievements

  1. Hello Spooks, Firstly, thank you very much for your work on this very useful contribution. I work on it and most of them works perfectly fine. Though I could not modified 'SOLD OUT but displayed' contribution with your contribution. When product is sold out, it turns inactive automatically. How to make product_listing and new_products display sold out product with 'sold out' button instead of buy now / details button? I need to have sold out products displayed in store for showcase. Thank you very much in advance. Raykit
  2. Thank you very much for your answer :) My host is also already fixed the problem too. Now everything works perfectly! Thank you for your support so much!
  3. I've asked my host about error on fopen. Still waiting for their reply. But for error of this: I tried to change sitemonitor_configure.php file to chmod 666 and it works without any error appeared. Is this the correct way to fix this problem? I do hope it won't effect on any security. Thank you very much in advance. I'll see next if my host could help me about fopen and fwrite. Thank you very, very much again. I'd just don't want to skip one of the finest anti-hackers contributions around :)
  4. Thank you very much, Jono :D I'm really appreciated your help. I'll try on that!
  5. Hi again, I've asked my host and this is their reply; So I don't know how to go further. I use webhostingworld.net
  6. Thank you very much for your fast response. I'll try to fix that :)
  7. Hi, I installed SiteMonitor, and when I tried on SiteMonitor Admin, clicking on any Update button it gave me this error; Warning: fopen(sitemonitor_reference.php) [function.fopen]: failed to open stream: Permission denied in /home/user/public_html/catalog/admin/includes/functions/sitemonitor_functions.php on line 244 Failed to open file sitemonitor_reference.php And when I use Configure menu and click excluded folders, it show this error; Warning: chmod() [function.chmod]: Operation not permitted in /home/user/public_html/catalog/admin/includes/functions/sitemonitor_functions.php on line 280 Cannot change the mode of file (/home/user/public_html/catalog/admin/sitemonitor_configure.php) How to fix these problem? Thank you in advance.
  8. May I ask in this thread? Since I've got the same problem. This is my website: http://www.dollwhy.com/shop/ The "Add to Cart" button in product_info.php is not working. When I clicked 'add to cart', it brought me to empty cart (it worked fine with AppServ in my computer, but when I upload, it doesn't work. I don't know why). Though in product_listing.php the 'buy now' button is working fine. This is the code I added to product_info.php (with mod), <!--Begin Sold Out--> <?php If ($product_info['products_quantity']>0) { $submit_button = tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); } else { $submit_button = tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/button_out_of_stock.gif', 'Sold Out', IMAGE_BUTTON_SOLD_OUT); } ?> <td colspan="2" align="center"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . $submit_button; ?></td> <!--End Sold Out--></td> Could anyone help? Thank you in advance.
×
×
  • Create New...