Search found 119 matches

by Snooper
Tue Jun 05, 2012 6:57 pm
Forum: Shopping Cart (ALL)
Topic: [Work Around] Strange includes in mySQL data
Replies: 8
Views: 29486

Re: [Work Around] Strange includes in mySQL data

Okay.. Not trying to invent anything or construct a new language from nothing, just trying to reproduce similer to the image below, removing the hyperlink but adding a thumbnail image in its place; And then pass the whole over to a template for emailing out and print for use as a picking/check list....
by Snooper
Tue Jun 05, 2012 4:29 am
Forum: Shopping Cart (ALL)
Topic: [Work Around] Strange includes in mySQL data
Replies: 8
Views: 29486

Re: Strange includes in mySQL data

And an update to the script (from top posting)... Add the following line - $string = substr_replace($string, "Colour : ", 6, 9); So the function 'clean_string' now reads.. function clean_string($string) { $string = preg_replace('/[^a-z\\040\\.\\-\/]/i', ' ', $string); $string = preg_replac...
by Snooper
Sun Jun 03, 2012 1:44 am
Forum: Shopping Cart (ALL)
Topic: [Work Around] Strange includes in mySQL data
Replies: 8
Views: 29486

Re: Strange includes in mySQL data

Errmmm... :oops: Yes *tut* or course it is Serialised data, and a very relivant detail left off from top posting... While I might not know as much as I’d like about SQL, I am blimmin sure to store trivia data in this format in any SQL database is totally pointless, let alone renders it unsearchable....
by Snooper
Thu May 31, 2012 9:39 pm
Forum: Shopping Cart (ALL)
Topic: [Work Around] Strange includes in mySQL data
Replies: 8
Views: 29486

[Work Around] Strange includes in mySQL data

I am currently working on ‘adding’ a few tools to ISC.. As always, (nothing new) it’s a fight!! Also I do happen to like how a customers list is displayed when you click on the + plus symbol along side a customers order. So I am going to send a version of this over to an email that I normally send o...
by Snooper
Sun May 27, 2012 9:05 pm
Forum: Alternatives Discussion
Topic: CS - CART - Thoughts here...
Replies: 5
Views: 21527

Re: CS - CART - Thoughts here...

I'd like to think there is 'life after' ISC. However, until somebody can resolve one or two hings with regards CS-Cart, this is not a practical direction for me..

My findings on 'CS-Cart Multi-Vender' -- viewtopic.php?f=26&t=1340
by Snooper
Sun May 20, 2012 7:48 pm
Forum: Shopping Cart (ALL)
Topic: [Work Around] Images Not Being Deleted...
Replies: 2
Views: 15562

Re: [Work Around] Images Not Being Deleted...

Yes valid point *doh*.. Maybe then peeps should exchange the forced clear ob_implicit_flush(true); to flush() . Same result in script function. Less harsh on server.. Well spotted CF!! As for improvement, I shall alter the code to copy all folders onto a 'copy' and then have this do able on host ser...
by Snooper
Wed May 16, 2012 10:41 pm
Forum: CS-Cart
Topic: cs-cart the next best thing?
Replies: 6
Views: 24227

Re: cs-cart the next best thing?

I have finally set up a Multi Vendor copy of CS-Cart. Interesting user friendly 'walk through' setup, and good 'feed back' while site installs. You can, as I did, have installed example data so you can view the cart in context with stock. Unlike ISC, CS-Cart puts much effort into doing this, but cle...
by Snooper
Fri May 11, 2012 3:42 pm
Forum: Alternatives Discussion
Topic: Well?
Replies: 13
Views: 39562

Re: Well?

I am bouncing the idea of moving from ISC. Like others however, I have as damn got ISC where I want it to be.

With only two bugs of contention to resolve, realistically, do I want In effect to start again ?!

Shall watch the forum postings for insight ;)
by Snooper
Sun Apr 29, 2012 6:33 pm
Forum: Shopping Cart (ALL)
Topic: [Work Around] Images Not Being Deleted...
Replies: 2
Views: 15562

[Work Around] Images Not Being Deleted...

This approach is not the most ideal. I strongly suggest that you firstly check to see if the ‘fix’ as described by CharlieFoxtrot works for you. http://www.shoppingcartcommunity.com/forum/viewtopic.php?f=8&t=1613 Regrettably, and perhaps not unexpected, the brilliance of CF’s fix was not going t...
by Snooper
Sat Apr 28, 2012 4:27 pm
Forum: Shopping Cart (ALL)
Topic: [FIX] Image Bloat Problem (Images Not Being Deleted...)
Replies: 7
Views: 27136

Re: [FIX] Image Bloat Problem (Images Not Being Deleted...)

I am at the experimental stage of finding a way around this problem.. But my approach is to read the table pointers from within the SQL table called isc_product_images and pull every image down into a folder on my PC and so creating a mirror. That way I assume that this will have ONLY the images rel...