Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raykit

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Posts posted by raykit

  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. Setting the permissions like that is fine assuming your admin is password protected.

     

    Jack

    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:

    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)

     

    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. Hi again,

     

    I've asked my host and this is their reply;

    This is occurring due to some PHP Functions disabled on sever which can cause hacking. Ask your script provider which php functions should be allowed for the script so that we can investigate it further.

     

    So I don't know how to go further.

    I use webhostingworld.net

  5. Those are server related problems. There were some fixes mentioned in this thread, I think, but you will probably need to ask your host to adjust the settings.

     

    Jack

     

    Thank you very much for your fast response. I'll try to fix that :)

  6. 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.

  7. 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...