Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

asim0s

Archived
  • Posts

    232
  • Joined

  • Last visited

Everything posted by asim0s

  1. well the way oscommerce works all the text are stored in the includes languages folder so anything you want to edit simply go there
  2. check out the ship in cart contribution in the dowloads/contributions area
  3. guys pls one last help on this contributions i dont have any taxes in my store i only entered in the beggining a tax zone just to test it and then set it to 0 but in the shipping estimation i get this Sub-Total: ?69,57 Flat Rate (Best Way): ?1,00 vat + vat: ?22,44 Total: ?93,01 any hints??? thx i hope some one replies this time
  4. hmmm i personally had the same problem as you do but i did the above changes and it worked im pasting my whole code so you can see and compare <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> <?php } ?> </form></td> <tr> <td><br><?php require(DIR_WS_MODULES . 'shipping_estimator.php'); ?></td> </tr></table> its around line 248 in shopping cart.php
  5. believe man the only 2 thing i did where do the thing i mentioned in my previous post and also this change which was also suggested by a member in a previous post $ShipTxt.=$messageStack->add('header', CART_SHIPPING_OPTIONS_LOGIN, 'warning'); what error do u get?
  6. follow the instructions by this guy and it works :D thx man (remember I removed </table>) I added this And it now works! lovely stuff!
  7. i was just browsing the admin and i noticed that there is a dropdown there that shows the whole tree under categories im just talking here about subs in a category so it could be feasible anyone??
  8. read the instruction carefully have you entered in every file of the catalog berween the heads the code that calls the javascript??
  9. i just downloaded the latest release and found no installation instructions :| also downloaded 3 versions back 1.72 1.7.1 1.7still didnt found any instructions i downloaded the 1.6 there where instructions there but unfortunately there where instructions that are not compatible with my ms2 version :| i read the whole thread through but couldnt find any hints and tips any ideas ??? thank you
  10. my dear friend i found what the problem was 100% my mistake i should've read the whole thread more carefully my motherboards were in subcategories i inserted an item in the root instead in a sub and it worked ok i hope i a future relase there is support for subcategories excellent contribution ps: if anyone here managed to solve this probem of subcategories it would be highly appreciated thank you
  11. my dear friend thx for the prompt reply yes the items are showing up and yes i have checked ( with my limited mysql knowledge) the id of the motherboard is 21 and i have set it in the admin a 21 as well :|
  12. newbie question i have add several products ex. motherboards in my shop but under the motherboard drop down of the plugin they dont show up are there any extra steps required so they will show up there?
  13. well the error that i get is NaN if im using firebird or any gecko engined browsers while on the other hand it works ok in ie any ideas?
  14. QTY was --1000-- | 1010011 | | Norimox Ca | | | | 3.8 | | | 25/1/2003 | | Norton Hea | Norton Hea | | | | | | | --none-- | Active !New Product! 1064 - You have an error in your SQL syntax near '1000", 10)' at line 18 INSERT INTO products ( products_image, products_model, products_price, products_status, products_last_modified, products_date_added, products_date_available, products_tax_class_id, products_weight, products_quantity, manufacturers_id) VALUES ( "", "1010011", "3.8", "1", CURRENT_TIMESTAMP, "25/1/2003 4:05", CURRENT_TIMESTAMP, ", "", "1000", 10) [TEP STOP] guys any ideas?? about this error its getting really frustrating
  15. QTY was --1000-- | 1010011 | | Norimox Ca | | | | 3.8 | | | 25/1/2003 | | Norton Hea | Norton Hea | Norton Hea | | | | | | --none-- | Active !New Product! 1064 - You have an error in your SQL syntax near '1000", 10)' at line 18 INSERT INTO products ( products_image, products_model, products_price, products_status, products_last_modified, products_date_added, products_date_available, products_tax_class_id, products_weight, products_quantity, manufacturers_id) VALUES ( "", "1010011", "3.8", "1", CURRENT_TIMESTAMP, "25/1/2003 4:05", CURRENT_TIMESTAMP, ", "", "1000", 10) [TEP STOP] i get this error while trying to upload any ideas?
  16. CENSORED: In type that really looks like ... <insert appropriate expletive here> heheh just **** it man ones thing for sure you modified the wishlist to a much better contribution i shouldnt have posted , until i had exhausted all ways forgive my english its not my native tongue
  17. ok problem fixed again heheheh im really getting good at this :) :P
  18. well everything works ok besides a couple of things first of all you say that there are 2 ways for the help link,you havent gave a hint at all what to change and how to make it work. and second i checked your site and theres a site like all sites that you can view the whole wishlist ,that doesnt seem to work pls help my site is http://www.admin.275airscouts.org/catalog
  19. ive installed the contribution in my test site located at http://www.admin.275airscouts.org/catalog the problem is that the wishlist button from what i figured out works out as the add in cart button everything works , ive run through the readme and installed the contribution 2 or 3 times and still "everything works ok" but instead of a wishlist box appearing it inserts it into the cart if anyone has any hints...
  20. if you are referring to my post as a negative one.... i was just making a suggestion to you so you would save lots of time 1) from your personal. you wont get spammed with thousands of emails by people asking why this and who that 2) minimize the possibilities of people reposting in the forum. the only reason i made the post cause i was thinking on how good is the contribution and because it will definetely be used by many people thats my 2 cents it wasnt meant to be offensive :(
  21. may i make a suggestion here i mean lots of people like after a week or so will get in the forums and ask the same things again. make a new recompilation of your archive with all the feedback you got here so there wont be such problems,cause from what it seems it looks like an excellent contribution
  22. i found an error from the contribution that i download in print_catalog.php in line 135 it was display_count($print_catalog_numrows, MAX_DISPLAY_PRINT_CATALOG, $HTTP_GET_VARS['page']); ?> thus giving a mistake just correct it to correct line: display_count($print_catalog_numrows, MAX_DISPLAY_PRINT_CATALOG, $HTTP_GET_VARS['page'],TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?> just a note here excellent contribution btw
×
×
  • Create New...