Sorry, it is not supported.
Also, Webshop Plus for WWB development and support has stopped. It is provided "as is"
Search found 861 matches
- Fri Nov 30, 2018 11:42 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
- Tue Aug 07, 2018 6:10 am
- Forum: Login Tools Questions
- Topic: User Name and Password questions
- Replies: 6
- Views: 15481
Re: User Name and Password questions
I suggest that you use the built in scripts as they are. As soon as you start modifying / adding code etc you must be prepared to face issues which you can only solve if you have some scripting knowledge. Just to answer your question, yes, there are lots of snippets that allow you to check a ...
- Mon Aug 06, 2018 11:21 pm
- Forum: Login Tools Questions
- Topic: User Name and Password questions
- Replies: 6
- Views: 15481
Re: User Name and Password questions
In the past I have used a 5000 users flat file database without any significant delay. However, in that case, my flat file was saving the entire archive as a PHP array (rather than a coma or other symbol separated file), as this was allowing me to have also fast search. Once the username was found ...
- Mon Jun 25, 2018 4:37 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
You most probably have removed something else too, or something less. You must ONLY delete the (ENTIRE) line echo "DBTS Username string length =".strlen($dbts_username)."<br>"; Alternativelly, use the code as it were, adding // infront of that line: //echo "DBTS Username string length =".strlen ...
- Sun Jun 24, 2018 8:51 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
Please remove the line
echo "DBTS Username string length =".strlen($dbts_username)."<br>";
from the file code.
echo "DBTS Username string length =".strlen($dbts_username)."<br>";
from the file code.
- Sun Jun 24, 2018 7:44 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
I don't think that this issue has something to do with the SSL.
I'd rather say that you have a code issue, as this is diagnostic message which should not appear.
Please open in Notepad the file "set_pass.php" and post the code in here so I can check it and advise.
I'd rather say that you have a code issue, as this is diagnostic message which should not appear.
Please open in Notepad the file "set_pass.php" and post the code in here so I can check it and advise.
- Sat Apr 07, 2018 5: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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
I have not tried it but, knowing how the script structure is, I think there should be no issues. It will simply work independently from the DBTS Form Processor.
- Fri Mar 09, 2018 8:01 pm
- Forum: Login Tools Questions
- Topic: How to protect a download ?
- Replies: 40
- Views: 253283
Re: How to protect a download ?
They are correct in saying that they use the /tmp directory and SHOULD work fine.
However, not always this is true.
Please test as I suggested and see if you can stay logged in a protected page (without the script), just to make sure that sessions work ok.
However, not always this is true.
Please test as I suggested and see if you can stay logged in a protected page (without the script), just to make sure that sessions work ok.
- Tue Mar 06, 2018 10:46 pm
- Forum: Login Tools Questions
- Topic: How to protect a download ?
- Replies: 40
- Views: 253283
Re: How to protect a download ?
Most probably it is a server issue with the "session_save_path". Often hosting companies make PHP updates and they change the default settings. To verify if this is the case, try loging in and visiting a protected page (which does NOT contain the script). If you can't visit that either, most ...
- Wed Dec 06, 2017 8:08 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
Paying with a credit card directly on your website would require SSL and also strict compliance with the payment gateways criteria. This is not possible with Webshop Plus for many reasons. However, PayPal allows payment with a credit card even for customers that don't have a PayPal account, so there ...
- Tue Sep 26, 2017 2:55 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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
Obviously your server has switched to mysqli.
However it is not that simle, as all functions have to be updated for mysqli.
However it is not that simle, as all functions have to be updated for mysqli.
- Sat Aug 05, 2017 3:32 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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
The version available through the Extension Manager is the latest one.
- Sat Aug 05, 2017 1:33 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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
To get sequence numbers, you need to keep track of each email number. You can do this by storing and retrieving the last number from a database or file stored on the server. This is what Webshop Plus does (stores the last order number on the server, and then retrieves it when a new order is made ...
- Fri Aug 04, 2017 7: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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
It will require some custom coding.
You may have a look at how this is done in the Webshop Plus and apply the same through the "Custom coding" properties of the processor. Some PHP knowledge is required.
You may have a look at how this is done in the Webshop Plus and apply the same through the "Custom coding" properties of the processor. Some PHP knowledge is required.
- Sun Jul 02, 2017 9:43 pm
- Forum: [rz] archive
- Topic: [rz] Multi-Select
- Replies: 4
- Views: 6628
Re: [rz] Multi-Select
Extremely useful and functional, congrats RZ !
- Wed May 10, 2017 4:30 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
Seems very simple: when you opened the Admin area, you have typed in the browser address bar your own URL without the www. part Solution: enter again the admin area, typing the www part in the browser address bar. You will see that the www part will also appear in the automatically "recognized ...
- Tue May 09, 2017 9:22 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
Please clarify, I'm not sure I correctly understand what you mean by "recognize" the site.
- Sun Apr 30, 2017 6:58 am
- Forum: Login Tools Questions
- Topic: Login / Logout
- Replies: 23
- Views: 49070
Re: Login / Logout
I'm on holiday till tuesday. On retutn i will try to provvide you a piece of code to use in a "login" page to allow a single login both for
the members area and the DBTS CSV lista.
the members area and the DBTS CSV lista.
- Fri Apr 28, 2017 9:17 pm
- Forum: Login Tools Questions
- Topic: Login / Logout
- Replies: 23
- Views: 49070
Re: Login / Logout
But, if all of the above are only for the Administrator to see, why don't you simply place all the pages / files in a protected folder ?
A protected folder can be setup directly in your hosting account control panel, and the Admin can simply login once and do all he has to do.
A protected folder can be setup directly in your hosting account control panel, and the Admin can simply login once and do all he has to do.
- Thu Apr 27, 2017 5:22 am
- Forum: Login Tools Questions
- Topic: Logout object
- Replies: 4
- Views: 20201
Re: Logout object
You should NOT use the Page Protect object. The DBTS CSV list already allows you to set protection ( B. Page Accessibility, -> >Allowed Access -> 2. Logged users). You can NOT use the logout object in the same page as the "logout" object code destroys the session and the user will not be able to ...
- Tue Apr 25, 2017 6:20 pm
- Forum: Login Tools Questions
- Topic: dbts form processor
- Replies: 4
- Views: 16844
Re: dbts form processor
Use (just an example) a field in the form named "pass". Then use the following code (haven't tested it): $_POST["password"] = md5($_POST["pass"]); in the "Start of Script Custom Processing" section. This will create a "password" value equal to the md5 of "pass". Also, it will add it in the $_POST ...
- Tue Apr 25, 2017 2:57 pm
- Forum: Login Tools Questions
- Topic: dbts form processor
- Replies: 4
- Views: 16844
Re: dbts form processor
You will need to use the "Custom processing" properties, to add the necessary code to MD5 encrypt a given field value.
- Thu Mar 23, 2017 5:51 am
- Forum: Off Topic Section
- Topic: Getting php variables into javascript
- Replies: 3
- Views: 4970
Re: Getting php variables into javascript
You simply need to use the following in the Javascript code: var mylat = <?php echo $_GET["urllat"];?> var mylong = <?php echo $_GET["urllong"];?> var myvilla = <?php echo $_GET["urlvilla"];?> Do NOT use the part <?php $phplat = "<?php echo $_GET["urllong"]?>"; $phplong = "<?php echo $_GET["urllong ...
- Sun Mar 05, 2017 7:10 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
This can only be done adding some custom code in the "cart" page.
- Sun Dec 25, 2016 9:22 pm
- Forum: Off Topic Section
- Topic: Merry Christmas One and All!!!!!!!!
- Replies: 16
- Views: 15165
Re: Merry Christmas One and All!!!!!!!!
Jerry Christmas everyone
- Mon Oct 03, 2016 2:48 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 problem
- Replies: 7
- Views: 63430
Re: Webshop Plus! v.3.2 problem
No, all internal processes take place in the last page, so you can't avoid it.
- Sun Oct 02, 2016 8:22 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 problem
- Replies: 7
- Views: 63430
Re: Webshop Plus! v.3.2 problem
I'm sorry, I can't know what the exact problem is. Can be an issue with your server file system not allowing file writing, or something else. Or, simply, the orders list file was already created, therefore you can't change the titles anymore. This would also explain why values are not saved. Please ...
- Sun Oct 02, 2016 5:04 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 problem
- Replies: 7
- Views: 63430
Re: Webshop Plus! v.3.2 problem
Please FIRST make the changes you need to do, and THEN test with a test order to see if all details are saved.
- Thu Sep 01, 2016 4:42 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
I believe I have already answered, there is some info in the "checkout" page that is mandatory, so you can't simply skip this page unless you modify parts of the code. You can also try changing the redirect in the "customer" page code (in Start of Page) to go directly to the "thankyou" page and see ...
- Wed Aug 31, 2016 7:16 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
You can't do this, unless you heavily modify the code (the code of the checkout page must be integrated in the thank you page, but, obviously, many amendments to the code must be made).
- Wed Aug 31, 2016 3:56 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
Just delete the PayPal buton (HTML Code) from the thank you page, and add some text to inform your customers on payment method.
- 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: 939472
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: 283
- Views: 1501814
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: 283
- Views: 1501814
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: 939472
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: 939472
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: 939472
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: 939472
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: 939472
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: 939472
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: 86
- Views: 182681
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: 939472
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: 283
- Views: 1501814
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: 939472
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 ...
- 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: 939472
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 ...
- 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: 939472
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.
- Fri Jun 26, 2015 8:24 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
There is no way to set shipping by zip code. In my professional carts, I have a routine that "comunicates" with UPS and retrieves the shipping charges directly from the UPS site based on shipment method, weight, origin zip and destination zip. Unfortunately, this exceeds the features of a Free cart ...
- Fri Jun 26, 2015 4:56 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: 939472
Re: ***UPDATED*** DB Technosystems Form Processor 02/09/2011
As soon as I get some free time......
However, you can use the WWB standard recaptcha V2, only the error page will behave as it does in the WWB version.
However, you can use the WWB standard recaptcha V2, only the error page will behave as it does in the WWB version.
- Tue Jun 16, 2015 4:17 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1501814
Re: Webshop Plus! v.3.2 for WWB8
I'm sorry but without actually seeing your settings and testing it (to see what the issue is) I can't be of much help.
If you wish contact me through my site contact form.
If you wish contact me through my site contact form.
- Sun May 24, 2015 8:59 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: 939472