Search found 879 matches
- Wed Aug 24, 2016 7:29 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
As far as I know (haven't tested) it does.
- Sun Aug 07, 2016 2:10 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 278
- Views: 445178
Re: Webshop Plus! v.3.2 for WWB8
Please read thye manual, however if you have made the correct installation, it should be http://www.yourdomain.com/cart/admin
- Sun Aug 07, 2016 1:59 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 278
- Views: 445178
Re: Webshop Plus! v.3.2 for WWB8
You need to set it up in the Admin area, especially the counties settings
- Sat Jul 30, 2016 8:52 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Please remove the code you have added, it is not needed, then publish and try again.
- Sat Jul 30, 2016 5:46 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Your settings seem correct, however the error message should NOT be an URL but a simple text message.
Edit, publish again, refresh your browser and test.
Edit, publish again, refresh your browser and test.
- Sat Apr 23, 2016 4:30 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
When / if a new version comes out.
- Fri Apr 22, 2016 7:04 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
It should work with the standard WWb Recaptcha 2 but I have not tried it.
- Fri Apr 22, 2016 6:05 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Last version: 2.7.5.7
Yes, works fine with v.11
Yes, works fine with v.11
- Mon Mar 07, 2016 9:04 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
If you try to open the success page in your browser, it displays a 500 server error. So it has nothing to do with the processor. I suggest you take a look at the success page file permissions on the server. On Linux hosting, it should usually be 644. Also, there should be no form in the success page...
- Fri Feb 26, 2016 12:04 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: DBTS CSV Manager Extension **** 06/11/2011 UPDATE ****
- Replies: 68
- Views: 139582
Re: DBTS CSV Manager Extension **** 06/11/2011 UPDATE ****
This is the only way.
- Thu Feb 18, 2016 8:07 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Echoing the username on the page doesn't mean that it is also passed over with the rest of the form data. The easiest way to do it is to add a hidden field in the form and give it the following as value: <?php echo $_SESSION['username'];?> Of course, in order to store it in the database table, there...
- Sun Oct 11, 2015 5:00 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 278
- Views: 445178
Re: Webshop Plus! v.3.2 for WWB8
Please note that you can't simply type what you want the software to do and pretend that it does it! The cart does anyway send the order details in the admin's and the customers email addresses. If you don't want the customer to proceed to PayPal, simply delete the PayPal HTML box in the "thankyou" ...
- Fri Jul 17, 2015 4:11 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
I've got the client's GoDaddy email address as the "From", my Gmail address as the Admin email (temporarily to make sure it works then I'll change to his Gmail address), Mail Engine: SMTP SMTP Secure Server Connection: tls (have also tried ssl) SMTP Host: smtp.gmail.com SMTP Port: 465 (also tried 5...
- Fri Jul 17, 2015 4:07 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
@traco: _parent is used to open the "thankyou" page in the parent page when the form page is displayed in an i-frame. However, this is not possible. You will need to modify the code yourself, or use the DBTS Custom Processing property and use Javascript to make the thankyou page open in the parent p...
- Fri Jul 17, 2015 4:22 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: 680446
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
The message indicates that the script can't connect to the gmail mail servers. Please check your settings.