Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

seank123

Archived
  • Posts

    336
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sean Kennedy
  • Gender
    Male

seank123's Achievements

  1. Found elsewhere: In your /admin/includes/configure.php add this: define('MAX_SEARCH_RESULTS_ADMIN', '20');
  2. OK, narrowed it down a bit - When the order details are saved to ORDERS_TOTAL (just after you select Paypal as the payment method), they are added twice - so for each Order ID I get 2 subtotal, postage and total vaules added... both sets of these are displayed on the Checkout Conirmation page. Looks like the basket info stored by OSC is being doubled
  3. Finally managed to get Paypal IPN working with QT Pro - had to use v1.4 as suggested in various places - but it works! However... When an order is place TWO orders show up in Admin - both with the same order ID... 'Set PayPal Acknowledged Order Status' does not update the status message. The second is really not that much of an issue yet - the first is! Any ideas why this is happening? Cheers
  4. Yeah, that's what I thought too... not urgent at the moment so will have a look later - thanks for the reply.
  5. Hi - just installed and having the same issue - what was your solution?? Cheers
  6. Cheers I did that - just looked at the Admin again and there are 2 entries for 'MultiGeoZone MultiTable Shipping' - one just under 'My Store' and the other at the end of the list - the second one works! How do I get rid of the first one (and how did it get there...)?
  7. Looks ideal for my needs - however having real trouble installing it. Followed the install instructions, ran the install SQL ans the Europe SQL, copied the 2 files to the site but cannot get the configuration->MultiGeoZone MultiTable Shipping bit to show - I need to add a 4th zone - no congfig setting appear - no error are shown. Anyone have any ideas?? Cheers
  8. Sorted - looks like the .htacess file hadn't copied over properly...
  9. Have this installed on one site (http://sean-kennedy.co.uk/catalog/) and it works great. Tried to move the site to a new server (actually a new account on the same host) (http://79.170.40.247/paradisepretty.co.uk/) and copied all the OSC store files to the new host, imported the database from the first site and changed the configure.php and admin/configure.php files to the new host but the SEO URLS won't work now - I get the following when I click on a product: Forbidden You don't have permission to access /product_info.php on this server. If I go directly to www.mydomain.com/product_info.php the page is displayed... The debugging info in application_booton shows the following on the index page: Fatal error: Call to a member function on a non-object in /home/sites/paradisepretty.co.uk/public_html/includes/application_bottom.php on line 5 Line 5 is: $seo_urls->profile(); Also, the catagories box is empty - related? I'm not sure. The only thing diferent in the two stores is the 2 configure.php files. Both sites are with the same web hosting company. Anyone have any idea what's happening... Cheers
  10. Hi - been away for a bit so only just seen the new PHP4 compatible version - thanks for your time. Mostly works now.... Unfortuantly, when I go to Admin->Categories/Products I get: Fatal error: Call to undefined function: tep_hide_session_id() in /public_html/catalog2/admin/categories.php on line 780 Cheers for any help!
  11. This looks like it could be very useful - installed but all I get in the catalog is: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /public_html/catalog2/includes/classes/grid.php on line 4 And in Admin->categories/products: Fatal error: Call to undefined function: tep_hide_session_id() in /public_html/catalog2/admin/categories.php on line 780 In Admin->products attributes: Fatal error: Call to a member function on a non-object in /public_html/catalog2/admin/products_attributes.php on line 36 Any ideas why? Cheers for your time.
  12. Had a bit of time to get off my ass and have a go myself .... If anyone wants to do it, try: in catalog/includes/general.php find (around line 171): and replace with something like:
  13. Nice contribution - thanks. All set up and working nicely except for 1 issue - or, that should be, desired feature. When set the quantity of an attribute - say Small to 10 in stock - customers can order with no problem. However, if a customer orders, for example, 15 they get the no stock message in the basket and are unable to checkout (we need to stop checkout if there is no stock). The customer then has to adjust the quantity in the cart manually to find out how many they can have (very random and, probably very annoying for the customer) - or they just delete the item - or, worse still, they go somewhere else.... Is it possible to get the basket to give a message like 'Sorry, there are only x of this item left' and automatically adjust the quantity in the cart?? Or, at least give an indication of the remaining stock so the customer knows what to do??? Cheers in advance.
  14. Just installed this one on a site: http://addons.oscommerce.com/info/2980 Does what you need.
  15. 4 of us at least !! Most of our orders are larger so there won't be much disruption for us - we'll probably leave the shipping as it is for a few weeks and see how it pans out. How to implement size and weight based shipping? Not sure - but I was thinking we might start by increasing the weight value on the larger items to push them up to a higher postage rate - whether that would be accurate when people start adding a few different items together is a different matter... Still waiting for the information pack that they promised to send me a few weeks ago (probably got lost in the post...) before I start looking into it seriously though.
×
×
  • Create New...