Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

netbull

Pioneers
  • Posts

    39
  • Joined

  • Last visited

Everything posted by netbull

  1. i saw one comented line in function in application_top.php and that was confiusing...how ever i solve the problem in about 2 min when i know what to search for :)
  2. I have problem...all the time i try to enter a product or a category the f*****g site redirects me to /index.php when i turn off the module everything is working fine, but when I enter http://www.my_site.com/ it redirects me to http://www.my_site.com/index.php (maybe this is a clue what is happening). How can i solve the problem ?
  3. Hi, I installed it and it work fine, but this generator does not support my language and it show all text in strange characters. I want to use it with cp1251 (Arial font). I need to show Bulgarian/Russian characters. Can someone tell me hot to make it to work properly ?
  4. YES YES YES I fix this f*****g issue with php5 ! (sorry for this bad word but I am very happy now :) so..for everyone with this error: Warning: Variable passed to each() is not an array or object in /home/energysu/public_html/energysupplystore/admin/quick_priceupdates.php on line 75 Warning: Variable passed to each() is not an array or object in /home/energysu/public_html/energysupplystore/admin/quick_priceupdates.php on line 94 go to catalogue/admin/quick_priceupdates.php find (line 75): while (list($key, $value) = each($price_update)) { and replace it with: while (list($key, $value) = each($HTTP_POST_VARS['price_update'])) { also find (line 94): while (list($key, $value) = each($stock_update)) { and replace it with: while (list($key, $value) = each($HTTP_POST_VARS['stock_update'])) { that`s it your done! What we do ? $product_update and $stock_update are not an arrays so we replace them with arrays ($HTTP_POST_VARS['product_update'] and $HTTP_POST_VARS['stock_update']) I don`t know is this the correct way to fix this issue but it works with php5 so... I will use it :D
  5. same problem here. i installed this contribution successfully, but when I`m logged in and I try to upload a photo it redirect me to login page (when I press UPLOAD button) Can someone tell me how to fix this issue ?
  6. Hi, I write here because i cant figure it out :/ I installed AM Version 1.5.6 and admin section works fine, but on users side when I want to read the article it display me blank page :/ I don`t have installed HTS and html wysiwyg
  7. can anyone tell me where can I find this contrib for CRE Loaded ?!
  8. Sorry for interupt but what is the problem with admin area ? When I install "Default" part for STS Module it fill out some values, i try to change that values (Use Templates? to "True"...) but when I hit "Update" button...the values are the same as old (Use Templates? is "False").
  9. How can change carset/encoding to windows-1251. I want to translate all to Bulgarian but PDF encoding is not working.
  10. Hi, I need to know montly and weekly sales for each store and to export every stats in PDF file. Is there a stats like this for Multi Stores ?
  11. hm...I have a problem with products_attributes.php. this file is not changed for MS and diferent stores can see all products :( and one more thing...products expected don`t work (don`t have any buttons to add products to be expected :) )
  12. hm...i don`t know man. I use MySQL 4.1.21-standard-log and everyting is fine
  13. I do that: STEPS FOR MAIN STORE --------------------------------------------------------------- 1- extract all files from archive ( original OSC archive ) 2- extract all files from MS archive 3- copy and replace all files from multi-stores_v1_9/catalog into oscommerce-2.2ms2-060817/catalog 4- upload oscommerce-2.2ms2-060817/catalog to server and install tha system (example: www.yourdomain.com) 5- in phpMyAdmin (manualy) insert all tables prom multi-stores_v1_9/update.sql STEPS FOR STORE2 -------------------------------------------------------------- 1- extract all files from MS archive 2- copy and replace all files from multi-stores_v1_9/catalog (without admin folder) into oscommerce-2.2ms2-060817/catalog 3- upload oscommerce-2.2ms2-060817/catalog to server (without admin folder (store2, store3...use Main Store admin panel) (example: www.yourdomain.com/store2) 4- configure www.yourdomain.com/store2/includes/database_tables.php and www.yourdomain.com/store2/includes/configure.php
  14. I do that: STEPS FOR MAIN STORE --------------------------------------------------------------- 1- extract all files from archive ( original OSC archive ) 2- extract all files from MS archive 3- copy and replace all files from multi-stores_v1_9/catalog into oscommerce-2.2ms2-060817/catalog 4- upload oscommerce-2.2ms2-060817/catalog to server and install tha system (example: www.yourdomain.com) 5- in phpMyAdmin (manualy) insert all tables prom multi-stores_v1_9/update.sql STEPS FOR STORE2 -------------------------------------------------------------- 1- extract all files from MS archive 2- copy and replace all files from multi-stores_v1_9/catalog (without admin folder) into oscommerce-2.2ms2-060817/catalog 3- upload oscommerce-2.2ms2-060817/catalog to server (without admin folder (store2, store3...use Main Store admin panel) (example: www.yourdomain.com/store2) 4- configure www.yourdomain.com/store2/includes/database_tables.php and www.yourdomain.com/store2/includes/configure.php
  15. I do that: STEPS FOR MAIN STORE --------------------------------------------------------------- 1- extract all files from archive ( original OSC archive ) 2- extract all files from MS archive 3- copy and replace all files from multi-stores_v1_9/catalog into oscommerce-2.2ms2-060817/catalog 4- upload oscommerce-2.2ms2-060817/catalog to server and install tha system (example: www.yourdomain.com) 5- in phpMyAdmin (manualy) insert all tables prom multi-stores_v1_9/update.sql STEPS FOR STORE2 -------------------------------------------------------------- 1- extract all files from MS archive 2- copy and replace all files from multi-stores_v1_9/catalog (without admin folder) into oscommerce-2.2ms2-060817/catalog 3- upload oscommerce-2.2ms2-060817/catalog to server (without admin folder (store2, store3...use Main Store admin panel) (example: www.yourdomain.com/store2) 4- configure www.yourdomain.com/store2/includes/database_tables.php and www.yourdomain.com/store2/includes/configure.php
  16. am...SubStore must be with MultiStore files not originals. I hope this will help you. lampsie...do you use original files for store2 or MS files ?
  17. import MS DB again. I think that will fix the problem (but i`m only think, i`m not sure)
  18. Hi, I want to ask...how can I define DISTRIBUTORS_STORE this is something like STORE_NAME
  19. Hi, I want to ask you...how to make osc to be only a catalogue. I use MS and everyting is fine but I want to make Main (default) store to be only a catalogue, in Main store to be displayed all products from store2 and store3 and if one customer click on product info in Main store to redirect them to this ptoduct info in store2. Example: Main Store will use itself only as a catalog, and buying products will be possible only in Store2 and Store3. I think this can be done if shoping cart, buy option are disable in Main Store and URL whit products info must be redesign to products_id from stores_id or somethink like that. This is my idea but I can`t do it :(
×
×
  • Create New...