Search found 96 matches

by kevinp
Sun Nov 08, 2009 9:38 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Ajax Live Search Extension Updated 18/5/2010
Replies: 20
Views: 42147

I am looking at updating with this functionality but just have'nt had the time lately. Its quite easy to do by setting the variable in the XML file but that would only give you a defined number of entries with no way of adding more. For this I would imagine you'd have to use the dataset option which...
by kevinp
Fri Oct 30, 2009 9:22 am
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

I too get window shoppers who appear to be testing the cart. nothing much you can do except perhaps log the ip address. The cart is brilliant and I've looked at a great many so called commercial offerings. I'm going to attemp to change the thankyou page so that it generates html emails instead of pl...
by kevinp
Thu Oct 29, 2009 8:21 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Ajax Live Search Extension Updated 18/5/2010
Replies: 20
Views: 42147

Hi Not sure why this is happening, never come across it before. It actually sounds like a problem with the server and is most likely the result of something triggering a rule in the server's "mod_security" rules. A quick way to resolve this is to put the following in a .htaccess file in yo...
by kevinp
Tue Oct 20, 2009 8:50 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

I have also been chaecking out the ecwid remotely hosted option talked about here viewtopic.php?t=23006.

Looks promising and supports the adding of 'add to cart' buttons only with a nice interface and many features. Best of all it's free to use.

Worth a look.
by kevinp
Mon Oct 19, 2009 9:32 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

This is true. There are a lot of features and payment options and it can be quite easily configured to fit in with WB. It can also be used as a quote system which I have found useful. For most people with one site it seems the ideal solution. If you sign up for the affiliate program you can get £5 ...
by kevinp
Mon Oct 19, 2009 8:32 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

It is a bit 'busy'. Main thing I can suggest is keep a copy of the manual handy, it's well written and quite handy. I like topshopper and it integrates into WB better than any other cart I've tried. The only thing I can find wrong with it is the fact that if you want to use it on more than one site ...
by kevinp
Sat Oct 17, 2009 8:40 am
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

I've just had a look this morning and you're right, I can't see the code in the source or on a html import. Not sure why that is, will have to investigate. I've posted my web builder files to http://www.mediafire.com/?sharekey=3da928f30d785d91c79b87b207592a1cd07c546a946ba41cb8eada0a1ae8665a . It's t...
by kevinp
Wed Oct 14, 2009 6:35 am
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

You need to add this code to the start of the page using page HTML (your page must be set to php) <?php // This code allows use of the Dynamic Functions //Enter the virtual path to this script. $currdir="/virtual directory"; //!!!!----- DO NOT EDIT BELOW HERE--------------!!!! $rootpath=st...
by kevinp
Fri Oct 09, 2009 6:44 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

This was a good find. I've been looking for something like this for a while. Thanks for posting. I've completed a basic (very basic) test site and am impressed with this cart. I will be purchasing the full version and integrating it into my site. You can view my test here, http://simply.net46.net/ts...
by kevinp
Fri Oct 09, 2009 3:25 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

I've had a play with the topshopper cart this afternoon and it looks quite good. Still to implement a full install and integrate the 'home made' dynamic pages but it looks promising with quite good support for integration. For £30 it looks well worth it.
by kevinp
Thu Oct 08, 2009 8:17 pm
Forum: Shopping Carts
Topic: Topshopper shopping cart
Replies: 17
Views: 20748

I haven't used this cart but it does look very interesting. I notice there is a free trial so I'll give it a go and report back on my findings.
by kevinp
Thu Sep 03, 2009 8:54 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Ajax Live Search Extension Updated 18/5/2010
Replies: 20
Views: 42147

Thanks for the error report. It seems my server had gone a bit strange. I was planning an update to re captcha and have done this tonight plus I've also improved the email format. I will update the forms so they don't lose data if a wrong code is input. As for the home page link, that was entirely m...
by kevinp
Thu Sep 03, 2009 11:04 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Ajax Live Search Extension Updated 18/5/2010
Replies: 20
Views: 42147

I supose it is more like an autofill form really but it emulates the Live Search effect. It currently only searches a predefined file as that has been my main use for it (as you'll see from the examples) but the possibility of searching the web would be an interesting option. You can't currently scr...
by kevinp
Wed Sep 02, 2009 8:47 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Ajax Live Search Extension Updated 18/5/2010
Replies: 20
Views: 42147

Ajax Live Search Extension Updated 18/5/2010

Hi Ive updated my Live search Extension to now work with WB6. As you type in your search term results appear below it (Google Style). You can see it working here in the top right corner named Quick Product Find. You can see another example here . Click 'Search by Keyword' on the menu or main page. Y...
by kevinp
Sat Aug 29, 2009 8:41 am
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

If you import the cart1.php file to your project then place an iframe in your header etc which points to this page it should work OK. It was just a rough (very rough) attempt to add this feature which I have'nt had time to refine unfortunately. I'm afraid I don't posses naval's genius when it comes ...
by kevinp
Sat Aug 08, 2009 9:04 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

Scrub that, I've sorted it.

Just add

Code: Select all

ini_set('display_errors', 1);
error_reporting(0);
to the start page section of the success.php page.

Thanks again Naval, you're a superstar.

Kev
by kevinp
Sat Aug 08, 2009 8:55 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

Thanks Naval, that works a treat. The id is stored and the info echo'd on the success page. I get the following php warning messages at the top of the page; Warning: fread() [function.fread]: Length parameter must be greater than 0 in /home/a9368701/public_html/lcccsv/dbts_includes/dbts_functions.ph...
by kevinp
Fri Aug 07, 2009 7:57 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

What a fantastic script. It seems the posibilities are endless. I've added the file below to 'After Form Data Reception Include URL' on the includes section. <? //set the random id length $random_id_length = 8; //generates a random id encrypt it and store it in $rnd_id $rnd_id = crypt(uniqid(rand(),...
by kevinp
Sun Jul 26, 2009 8:28 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Live Chat/Help
Replies: 4
Views: 8094

Probably a much better place for it.

Might be interesting to attempt an extension version if I ever get the time although I'm not sure how much easier I could actually make it to be honest.

Still, I think it's a very usefull resource and hope it benefits users of WB.
by kevinp
Sat Jul 25, 2009 8:52 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Live Chat/Help
Replies: 4
Views: 8094

Live Chat/Help

I know this isn't really an extension as such but it is a really usefull bit of software that users may be interested in. I've just added this Free livechat interface to my web site which I downloaded from http://www.livezilla.net . Its the best and easyest I've come accross and has many features in...
by kevinp
Mon Jul 13, 2009 10:25 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

Ahh. I wasn't using the latest version. You updated it again last nite. My fault, I wasn't paying attention (heavy workload at the moment).

Thanks again
by kevinp
Mon Jul 13, 2009 9:38 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

As usual this is genius and extremely useful. I've added the line date_default_timezone_set('Europe/London'); as you can see below to give me the correct local time. <?php // This script was created by DBTECHNOSYSTEMS.com ---- // © DBTechnosystems.com http://www.dbtechnosystems.com // You may use t...
by kevinp
Sat Jul 11, 2009 2:47 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Replies: 766
Views: 844538

Wow! This is brilliant as we've come to expect from Navaldesign. Just what I'm looking for. Looking forward to the 'save to file' option. I may even have a go at including it myself (although this probably means it will never work again)

Thanks again
by kevinp
Sun May 10, 2009 7:11 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Just tested it and it's working brilliantly.

At first I got a blank screen when adding to the cart etc but I noticed that the 'shipto_countries' file was missing from the admin folder so I added it from an earlier version I still had and it works perfectly.

Very nice indeed.
by kevinp
Sun May 10, 2009 6:44 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

I know what you mean. I also work between three different computers/portable hardrives and it can be difficult to keep track of sometimes. I'll try setting the error reporting to 0. Thank you for the work you've put in on sharing your shopping cart. It's a very useful addition to Web Builder and is ...
by kevinp
Sun May 10, 2009 4:40 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

PHP Version 5.2.6 on the real server (the one that works) with the message PHP register globals By default, PHP has register_globals switched off. Our Windows, SSL and Linux servers have register_globals set to off. shown on my account and also Version 5.2.6 on the test server with register_globals ...
by kevinp
Sun May 10, 2009 3:42 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Hi Naval I'm also getting the above warning on my test server http://simply.net46.net/intcart/ but not on my real server http://www.aivahealth.co.uk/test/. I'm guesing the PHP versions are different. Also the 'your cart is empty' message seems not to show anymore if someone visits the cart without a...
by kevinp
Sat May 09, 2009 8:44 am
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Hi I'm trying to echo the cart total into the header (a master page) using a form that is shown through a IFrame in the header. The form refreshes by targeting cart.php and contains the code: <?php $cart = isset($_SESSION['cart']) ? $_SESSION['cart'] : ''; $itemcount = isset($_SESSION['itemcount']) ...
by kevinp
Fri May 08, 2009 6:25 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

It was my fault. I had my paypal settings all wrong so they didn't allow the cart to overide the default shipping charges.

Thanks for your help, the cart is fantastic.

kevinp :D
by kevinp
Thu May 07, 2009 11:55 am
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Mmmm. Must be something I'm doing wrong. I'll re set it all up, try again and let you know the results.

Thanks.
by kevinp
Wed May 06, 2009 8:27 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Absolute genius. Just uploaded and tested. Everything works fine, the shipping costs update and the emails are sent but when it sends the order to paypal it seems to ignore the shipping cost and just sends the net total e.g. Net Total £35.94 Shipping £5.00 Total £40.94 This shows on the cart and ...
by kevinp
Mon May 04, 2009 10:14 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: BLOG EXTENSION Full fledged-UPDATE 21/01/2011
Replies: 66
Views: 163280

Well I can do bits of my own scripting and can set up my own blog but I still think this extension is fantastic. If you are not confident at scripting or just need a quick blog then you can't do much better than this. Nice work mate, well done. As for the container page, you can simply copy the link...
by kevinp
Sun May 03, 2009 10:32 pm
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

Thankyou. That would be appreciated very much. I played about with putting the tick box on the actual order forms to activate a hidden field and transfer the extra amount when ticked but still working on it.

Thanks again
by kevinp
Sun May 03, 2009 8:46 am
Forum: Shopping Carts
Topic: Webshop Plus! v.2.0 for WWB7
Replies: 226
Views: 976716

International Shipping

Hi I use the shooping cart on my page at www.aivahealth.co.uk and have had many comments on how professional it looks, nice work. I generally ship free within the UK but have had quite an interest for international orders so I was wondering how to go about putting in a flat international shipping ra...
by kevinp
Sat Dec 27, 2008 9:40 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: A Member System in PHP with some extras
Replies: 36
Views: 253437

MD5

Of course, that would make sense. Thanks for the insight.
by kevinp
Fri Dec 26, 2008 1:05 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: A Member System in PHP with some extras
Replies: 36
Views: 253437

MD5 security

Once the password has been stored in the text file as a general string of characters for security can it be converted back to the original password, say for instance if the user forgot the password and submited a reminder request. Hope this makes sense. :)