Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mrshadow924

Archived
  • Posts

    8
  • Joined

  • Last visited

Everything posted by mrshadow924

  1. Hi Sam, The reason why i cant delete files by add is my webhosting not allow users create files via any PHP files. >_< Thanks for ur help and sorry for the misunderstanding to ur great contrib.
  2. Thanks for the quick reply. As a beginner in OSC and first i checked the only one htaccess in catalog/admin below: RewriteEngine on # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from 2xx.xx.xx.xx </Limit> <Limit PUT DELETE> order deny,allow deny from all allow from 2xx.xx.xx. </Limit> Options -Indexes AuthType Basic AuthName "Only Authorized Users " require valid-user AuthUserFile "/home/abc/.htpasswds/public_html/ecom/admin/passwd" Second the correct files and folders are both abc/abc but "UNUSED" is 99/99 in FTP option (owner/group). Could u give me some advice to create UNUSED are abc/abc through admin/categories.php? Any help would be appreciated.
  3. Hi Sam, Thanks for the great contrib and the version i installed is v1.5. It works well but still have a little problem. When i login the FTP account and deleting these files in UNUSED folder, the error message is showed: "550 Could not delete abc.jpg: Permission denied". I checked the chmod of UNUSED folder is 755 and these image files are 777. Any suggestions or methods to solve it? Thanks in advance. BTW the reason i installed 『Remove Unused Images』 is this solution about "how to del Simple Multiple Images correctly" you mentioned (http://www.oscommerce.com/forums/index.php?showtopic=344580), thanks for this amazing contrib too.
  4. Dear Todd Holforty, Sorry for bothering you again. Referring to your source code stated below, would you please help me to modify the code only for the line marked in red to the status " if purchasing quantity > in stock quantity". I have tried all my best but failed. Appreciate your help and hope it would also benefit to others who have same need. if ($avail_product_info['products_quantity'] < 1) { $products_name .= "<p>".TABLE_HEADING_AVAILABILITY." ".sprintf($availability_array[$avail_product_info['availability_id_out_of_stock']],$avail_product_info['products_quantity'])."</p>"; } else { $products_name .= "<p>".TABLE_HEADING_AVAILABILITY." ".sprintf($availability_array[$avail_product_info['availability_id_in_stock']],$avail_product_info['products_quantity'])."</p>"; }
  5. Thanks for the quick reply :P When I clicked the "Run Configuration Utility" button and then the admin panel just showing the initial "Login" page. I guess the contribution "Admin Login" is not compatible with "Availability". Anyway it seemed working well after I added the codes to my database. regards,
  6. Hi all, Thanks the great contribution, but I experienced an error code as below: 1146 - Table 'xxxxx.availability' doesn't exist select count(*) as total from availability And I have already checked the entry as Todd Holforty mentioned in includes/database_tables.php and the admin/availability_configurer.php didn't worked when I clicked Run Configuration Utility button. Could someone support the MySQL code to allow me to built "TABLE avavailability" and "Column availability_id_in_stock、availability_id_out_of_stock in Table products" manually? Thanks in advance :)
  7. Hi, thanks for the easy and convenient add-on. I have installed another add-on called "Quick Price Updates v2.5" (http://www.oscommerce.com/community/contributions,122) and was wondering that maybe combine them to make the add-on powerful. :rolleyes: In fact, I have no idea how to do it and hope to give me a hand. Sorry for my poor English ^^
  8. Thanks for your great contribution and I have only a problem after the installation. After I click the update-butten, there are some "orders update success" messages showing on the top. But the statuses dont change anymore no matter I try and try.. :blink: I have no idea how to handle it after I installed all the bug-fixes. Could anyone have any suggestions? Thanks for ur time and sorry for my poor english.
×
×
  • Create New...