Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ausgirl

Members
  • Posts

    922
  • Joined

  • Last visited

Everything posted by Ausgirl

  1. Hello, I just installed this contribution & everything seems to be working fine except for the images in my "Favourite Sellers" box, they are huge! You can only view part of the image, they do not fit in the box. :blink: You can see what I mean here. Was there something I forgot to do when installing? If someone could help it would be much appreciated
  2. Surely some one must know this? Does this happen to anyone else using this mod? :- Someone, anyone?????
  3. Hello, Australia Post Shipping Mod Could someone please tell me what line of code I need to comment out so that this line does not show during checkout. (For all shipping rates, regular, express, regisitered ect...) 1 boxes 1kg(s) (incl $2.00 handling $10.20 insurance) Also the estimated delivery time is wrong Delivery to 2000 - 1 days Estimated Delivery Time* Where can I change this to say Delivery to 2000 - 3-5 days Estimated Delivery Time* Thanks
  4. Hello, How do I get my url in the address bar to be http://www.mysite.com/samples.php instead of http://www.mysite.com/extra_info_pages.php?pages_id=7 I tried the a fix that was posted that I found searching the forum, but it did nothing at all. Thanks
  5. Not sure if this is what you want but you can look here and here and here that one works on US codes, maybe you could change it to suit UK
  6. Not sure if this was the right way to go about it, but I fixed it by commenting out this line: // if (empty($default) && isset($GLOBALS[$name])) $default = stripslashes($GLOBALS[$name]);
  7. I still have this error & I have no idea what I did to get it. (or how long its been there) I did a search on Catchable fatal error: in this thread & two others came up but there where no answers replied. Thanks
  8. Ive had the site map installed for awhile now all working good, today I went into it and got this error on the Admin side: Catchable fatal error: Object of class box could not be converted to string in public_html/admin/includes/functions/html_output.php on line 281 Thanks
  9. This code in this mod is a mess and needs a serious upgrade. I need this as well and have asked nicely for someone to fix it, but there is no way I would install it until someone is good enough to fix up the code and combine the two mods together. I cant cause Im not that cluely. Its what happens when people post bits of this and that in the contribution section instead of uploading complete packages with the correct fixes. Bits of code fixes should be kept for the forum.
  10. Hello, How do I get my url in the address bar to be http://www.mysite.com/samples.php instead of http://www.mysite.com/extra_info_pages.php?pages_id=7 I tried the fix that was posted on page 4 of this thread, but it did nothing at all. Thanks
  11. Thanks Alex, do you have this installed? If so could you post your webaddy so that I can see what it looks like, please. Thanks
  12. G'day, Quantity Price Breaks Product contibution, is it Mysql V5 compatible? I was looking for the support thread but didnt know which was which as there are so many threads starting with Quantity price breaks. Appreciate it if someone could post the link to the correct support thread. Thanks
  13. 1.17 works beautifully, thanks Jack, your a legend :)
  14. Hello, Could someone please tell me what I have forgotten to add, (probably some code) I did add the code to admin/database and filenames and Ive ran the SQL. In admin/admin_notes.php I get this error: 1146 - Table 'wwwshop_osc1.admin_notes' doesn't exist select count(*) as total from admin_notes [TEP STOP] If I select a catagory then it changes to: (whatever catagory is chosen from the pull down menu) select count(*) as total from admin_notes where category = 'Administration' Thanks
  15. Thanks Jack, the boxes are there now but without filling in anything and just clicking the edit button, someones details still pop into the input boxes :blink: Thanks
  16. No, no input box next to the username & password near the edit button.( dont know if its suppose to have one there) Only down the bottom under login details. The edit button, tis a bit funny. You can see here. Thanks
  17. G'day Jack, On my links submit page it states: If you would like to edit an existing link, enter your login information and then click edit. Username: Password: then the edit button. There is no where to enter this information or do they enter it down the bottom of the page then have to scroll back up the page to click edit? Also a strange thing happens when you dont fill in any fields and just click edit, details of someones link just appears in the fields. Shouldnt a pop up screen say "you must login first" or something? Thanks
  18. Thanks Jack, I did forget that one. :blush: Thanks
  19. G'day, When I try and login, I get this error. 1146 - Table 'savestra_osc1.TABLE_BLACKLIST' doesn't exist SELECT c.customers_id, b.customers_id, b.ban_customer, b.description FROM customers c, TABLE_BLACKLIST b WHERE b.customers_id = '2' [TEP STOP] I know this means that the table doesnt exists but it does, I double checked it. here what have I missed? CREATE TABLE blacklist ( customers_id int(13) NOT NULL default '0', ban_customer tinyint(1) NOT NULL default '0', attempted_use tinyint(1) NOT NULL default '0', description varchar(255) default NULL, entry_street_address varchar(64) NOT NULL, entry_suburb varchar(32), entry_postcode varchar(10) NOT NULL, entry_city varchar(32) NOT NULL, entry_state varchar(32), date_added datetime NOT NULL default '0000-00-00 00:00:00' ) TYPE=MyISAM;
×
×
  • Create New...