

seank123
Members-
Content count
336 -
Joined
-
Last visited
Profile Information
-
Real Name
Sean Kennedy
-
Gender
Male
-
[Contribution] Quantity Discounts for osCommerce 3.0
seank123 replied to swguy's topic in Order Total Modules
Cheers for the reply. Hopefully it will appear in future versions! I set 'Discount Level 1' to 3 and 'Discount Amount' to the price of the items (all items are the same price) - seems to work - when I add 2 itmes I get no discount, when I add 3 or more items I get the price of one item discounted - perfect! Probably will run into problems if the prices of items are different though! Would it be possible to set the discount amount to the cost of the cheapest item if the 'Total Items In Cart' option was selected rather than a set value? -
[Contribution] Quantity Discounts for osCommerce 3.0
seank123 replied to swguy's topic in Order Total Modules
Needed something to do a 'Buy 2 get 3rd free' type offer - this does it perfectly! Many thanks! Just one question - is it possible to get it to only apply the discount to a specific country/zone only? Cheers -
How easy is it to convert a v2.2 Add-On to v3?
seank123 replied to seank123's topic in Add-Ons Development
Thought so :) I've done a bit of PHP programming so I'll give it a try - see how it goes! Cheers -
Really need to use this '3 for 2' add-on in a store: http://addons.oscommerce.com/info/6526 It's written for 2.2 but would it be possible to install onto v3? Cheers
-
Issue with Complete Reviews System Contribution
seank123 replied to benelson's topic in General Add-Ons Support
Found elsewhere: In your /admin/includes/configure.php add this: define('MAX_SEARCH_RESULTS_ADMIN', '20'); -
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
-
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
-
[support]?MultiGeoZone MultiTable Shipping Module
seank123 replied to dreamscape's topic in General Add-Ons Support
Yeah, that's what I thought too... not urgent at the moment so will have a look later - thanks for the reply. -
[Contribution] CSS Buttons Everywhere
seank123 replied to Bigredman74's topic in General Add-Ons Support
Hi - just installed and having the same issue - what was your solution?? Cheers -
[support]?MultiGeoZone MultiTable Shipping Module
seank123 replied to dreamscape's topic in General Add-Ons Support
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...)? -
[support]?MultiGeoZone MultiTable Shipping Module
seank123 replied to dreamscape's topic in General Add-Ons Support
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 -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
seank123 replied to spidometrs's topic in General Add-Ons Support
Sorted - looks like the .htacess file hadn't copied over properly... -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
seank123 replied to spidometrs's topic in General Add-Ons Support
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 -
Mod in progress- grid attributes
seank123 replied to aspiringdeveloper's topic in Add-Ons Development
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! -
Mod in progress- grid attributes
seank123 replied to aspiringdeveloper's topic in Add-Ons Development
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.