Webshop Plus! v.3.2 for WWB8
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Did you make any changes in the code ? If yes, what changes ?
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
thanks for your prompt response.
please, i did not temper with any code of the administrator panel
Oh! i just remembered, i changed the currency symbol to "N" to assume a Nigerian currency symbol: "Naira".
thanks!
please, i did not temper with any code of the administrator panel
Oh! i just remembered, i changed the currency symbol to "N" to assume a Nigerian currency symbol: "Naira".
thanks!
regards,
kfi4all!
kfi4all!
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Webshop Plus! v.3.2 for WWB8
Hello Navaldesign,
Just one quick question: I am designing a site for a restaurant and they want "Order online" in their menu.
Is the Webshop Plus suitable for these kinds of orders (food, drinks...)?
If so, they want payments to be done on delivery and not through paypal, is that possible?
Thank you.
Just one quick question: I am designing a site for a restaurant and they want "Order online" in their menu.
Is the Webshop Plus suitable for these kinds of orders (food, drinks...)?
If so, they want payments to be done on delivery and not through paypal, is that possible?
Thank you.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I don't think you need a cart for this. You'd rather create a form with the entire menu and have simply the details (order) be emailed. Just add the necessary fields for the name, address etc.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Webshop Plus! v.3.2 for WWB8
Thank you for your quick response
Well, that idea you suggested came across my mind, but the thing is, I want a cart to be shown as people add orders, so I am not sure if it can be done without Webshop plus.
Well, that idea you suggested came across my mind, but the thing is, I want a cart to be shown as people add orders, so I am not sure if it can be done without Webshop plus.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Webshop Plus! v.3.2 for WWB8
So, no Webshop, just items with quantity and prices, and address and other delivery info. Any hints to start with regarding how items can be added to the cart?
Thanks a lot
Thanks a lot
Re: Webshop Plus! v.3.2 for WWB8
Hello,
It is possible to change the billing details form USA format to European Euro format ?
USA 200.00 European 200,00
Thanks in advance
It is possible to change the billing details form USA format to European Euro format ?
USA 200.00 European 200,00
Thanks in advance
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Webshop Plus! v.3.2 for WWB8
Any hints please?supersonictt wrote:So, no Webshop, just items with quantity and prices, and address and other delivery info. Any hints to start with regarding how items can be added to the cart?
Thanks a lot
I know it is off-topic but some hints and help would me so much appreciated
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
@ gevers: You need to modify the code of the pages to use another format. Easy, but you will have to do it in several places, so it is a long work.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
You need a javascript function that will display their order total amount whilst they are adding or removing items from the list. So actually the list IS the cart (with checkboxes and quantity boxes beside each item). Then, using DBTS Form Processor, you can create the multipage form, where the first page is the menu list (with total) and the second one contains the billing and delivery details form.supersonictt wrote:Any hints please?supersonictt wrote:So, no Webshop, just items with quantity and prices, and address and other delivery info. Any hints to start with regarding how items can be added to the cart?
Thanks a lot
I know it is off-topic but some hints and help would me so much appreciated
You can even break down the menu list using the multipage form method in appetizers list, first course, second course etc.
However, you CAN use also Webshop Plus for this as it will probably be easier for you as it requires no coding.
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
Ok ThanksNavaldesign wrote:@ gevers: You need to modify the code of the pages to use another format. Easy, but you will have to do it in several places, so it is a long work.
Re: Webshop Plus! v.3.2 for WWB8
Hi,
I just came across Webshop Plus! and it looks like it can do exactly what I have been looking for. I am pretty sure I followed the installation steps exactly but I get the following where I should be seeing my IP, which tells me something is wrong with my server or somewhere:
'.'Your IP Address:
'.$_SERVER['REMOTE_ADDR'].''; ?>
Also when I access the admin section several areas have the tokens or variable names rather than actual data. As an example in the Tax settings, under tax description I am getting:
<? echo $tax_description1;?>
I'm sure it is something simply but I cannot figure it out.
I am using wwb 10.2, DBTS Forms processor 2.6.0 and PHP 5.3 with safe more off.
Thanks,
Allen
I just came across Webshop Plus! and it looks like it can do exactly what I have been looking for. I am pretty sure I followed the installation steps exactly but I get the following where I should be seeing my IP, which tells me something is wrong with my server or somewhere:
'.'Your IP Address:
'.$_SERVER['REMOTE_ADDR'].''; ?>
Also when I access the admin section several areas have the tokens or variable names rather than actual data. As an example in the Tax settings, under tax description I am getting:
<? echo $tax_description1;?>
I'm sure it is something simply but I cannot figure it out.
I am using wwb 10.2, DBTS Forms processor 2.6.0 and PHP 5.3 with safe more off.
Thanks,
Allen
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
A possible reason (although I can't be sure) is that your server PHP settings don't support the so called "short tags" for PHP.
Normally, to declare a piece of PHP code, it should start with
<?php
At the time I built Webshop, I had made some use of
<?
which is the "short" tag.
Ask your hosting company if they can enable "short tag" for php, otherwise you will have to edit, page per page, the parts where short tags are used, replacing them with the full tag, and upload the page again on the server.
In example, <? echo $tax_description1;?> should become <?php echo $tax_description1;?>
I should do this my self, but I'm very short on time........
Normally, to declare a piece of PHP code, it should start with
<?php
At the time I built Webshop, I had made some use of
<?
which is the "short" tag.
Ask your hosting company if they can enable "short tag" for php, otherwise you will have to edit, page per page, the parts where short tags are used, replacing them with the full tag, and upload the page again on the server.
In example, <? echo $tax_description1;?> should become <?php echo $tax_description1;?>
I should do this my self, but I'm very short on time........
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
That was it. I edited my php.ini to enable short tags and it's displaying the correct information.
Thanks again,
Allen
Thanks again,
Allen
Re: Webshop Plus! v.3.2 for WWB8
I may have overlooked it or it may just not be possible but what about price break or discounts for quantities? Not coupon codes but say someone purchased more than 10 of this or 20 of that then the price per each item would be less than the price of just 1 or 2 items.
Allen
Allen
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I'm sorry, no such feature is available at the moment.
www.dbtechnosystems.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
George
I sent a few emails regarding a comma issue in text boxes in the form. Did you receive those?
I sent a few emails regarding a comma issue in text boxes in the form. Did you receive those?
Re: Webshop Plus! v.3.2 for WWB8
I think I may have come across a small bug? If this has already been discussed I apologize.
If I use your sample cart with no changes made. I can place an order and the Product code, desc, etc shows up in the cart but when I view the order in the back end all the billing details are there but the Product code, description, quantity and price are blank. Sub totals, totals, etc are there.
Any ideas?
Allen
If I use your sample cart with no changes made. I can place an order and the Product code, desc, etc shows up in the cart but when I view the order in the back end all the billing details are there but the Product code, description, quantity and price are blank. Sub totals, totals, etc are there.
Any ideas?
Allen
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
protectourlands wrote:George
I sent a few emails regarding a comma issue in text boxes in the form. Did you receive those?
No, I'm sorry. Please send again. If you get no answer within a day, please post here again.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
This issue has never been reported and I can't reproduce it. In my own installations it works just fine.gforce7 wrote:I think I may have come across a small bug? If this has already been discussed I apologize.
If I use your sample cart with no changes made. I can place an order and the Product code, desc, etc shows up in the cart but when I view the order in the back end all the billing details are there but the Product code, description, quantity and price are blank. Sub totals, totals, etc are there.
Any ideas?
Allen
The problem is that I can't imagine what the issue could be, unless I get access to your server to make some trials and understand what is going on.
www.dbtechnosystems.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I sent through your website form and resent the email to infoNavaldesign wrote: No, I'm sorry. Please send again. If you get no answer within a day, please post here again.
Thank you
Re: Webshop Plus! v.3.2 for WWB8
Navaldesign wrote:I'm sorry, no such feature is available at the moment.
I've sent you a couple of emails. Please respond when you are able.
Thanks,
Allen
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I am having an issue with the "," (comma) character when the buyer uses it in a text area box. It seems to end the text string that is sent in the email results, so any characters entered after it are not sent.
Example:
Entering into a text area box in the form: "I would like my widget A to be green, and also please add the heavy duty upgrade with reinforced corners."
Comes over into the email response as: "I would like my widget A to be green"
Do you have a fix for this? I appreciate your help George.
Example:
Entering into a text area box in the form: "I would like my widget A to be green, and also please add the heavy duty upgrade with reinforced corners."
Comes over into the email response as: "I would like my widget A to be green"
Do you have a fix for this? I appreciate your help George.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
It seems like the comma will break the correct sequence of storing the data in the file, probably because ot is being interpreted a a separator.
The fix would be to encode commas, but this is not something I can do in the next few days.
At the moment you can add validation to this textarea, disallowing commas.
The fix would be to encode commas, but this is not something I can do in the next few days.
At the moment you can add validation to this textarea, disallowing commas.
www.dbtechnosystems.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Thank you George
Should I use jQuery to do that, or do you have a recommended way to easily do this?
Should I use jQuery to do that, or do you have a recommended way to easily do this?
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
No, just use WWB's built in form field validation
www.dbtechnosystems.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I don't see how to apply this in the WB validation.
This javascript seems to work though.
It's not perfect because it removes the character as it is typed. This may confuse the user.
Do you have a suggestion for using the WB validation? Thank you for looking at this.
This javascript seems to work though.
Code: Select all
onkeyup="this.value=this.value.replace(',','')" value="" /
Do you have a suggestion for using the WB validation? Thank you for looking at this.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
In both cases the comma MUST be removed, so the javascript is ok.
www.dbtechnosystems.com
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Thanks George
i'll run with this. Let me know when you can address this in the app ad I can remove the js. I appreciate it.
i'll run with this. Let me know when you can address this in the app ad I can remove the js. I appreciate it.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
I'm not sure how to solve this. I would need the files creted on the server for the orders and the ordered products to see if I can do something.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
You must upload the full backend part, as well as all the cart pages, and also adjust the settings in the backend, before the cart can work.
Please read the instructions included in the manual.
Please read the instructions included in the manual.
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
Is it possible to reset the username and password in de admin app ?
I forgoten this and now i need it. And i forgot also the mailadres
gr. Gerrie
I forgoten this and now i need it. And i forgot also the mailadres
gr. Gerrie
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
To change the mails, right click the DBTS form processor in the "thankyou" page and set header and footer as you like them, lease see manual.
To see what your details are, open the file "config.php" on the server.
To see what your details are, open the file "config.php" on the server.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
You can apply the built in WWB validation for the Quantity field.
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
On the cart page and I click on the "Check out" button how do I skip it going to custom_details page? I'd like for it to go straight to customer info. I have looked at the page html but do not see where this is called. Also on the same cart page I would like to have the "Continue shopping" button go to a page with product listing.
This may have been covered and if so I apologize.
Thanks
Allen
This may have been covered and if so I apologize.
Thanks
Allen
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
1. Please set it as you like in the Admin area--> Custom Fields Settings --> Display Custom fields page ? --> Do not display custom fields page
2. Admin area --> PayPal Settings --> Continue Shopping URL --> Type the URL of the page where you want your customers redirected (the listings page).
2. Admin area --> PayPal Settings --> Continue Shopping URL --> Type the URL of the page where you want your customers redirected (the listings page).
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
Thank you. I thought It had to be something like that but kept overlooking those settings.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
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.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
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 like Webshop Plus.
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 like Webshop Plus.
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
Hi -
I would like to know if it is possible to send the bought items directly to an E-mail address instead of PayPal or other credit cards.
In "Checkout" page I added on Type of payment information, Send email...and nothing happened...are possible that all items bought information to be transferred to an email?
thanks,
info
I would like to know if it is possible to send the bought items directly to an E-mail address instead of PayPal or other credit cards.
In "Checkout" page I added on Type of payment information, Send email...and nothing happened...are possible that all items bought information to be transferred to an email?
thanks,
info
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
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" page.
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" page.
www.dbtechnosystems.com
Re: Webshop Plus! v.3.2 for WWB8
Thank you much. I was able to get the email with order information and not using any payment, without deleting anything.
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Is this working on WB11?
I uploaded the whole project and visited the link, it shows a blank page
I uploaded the whole project and visited the link, it shows a blank page
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
You need to set it up in the Admin area, especially the counties settings
www.dbtechnosystems.com
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Can you please tell me which page has the admin settings?
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
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
www.dbtechnosystems.com
- me.prosenjeet
-
- Posts: 1267
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: Webshop Plus! v.3.2 for WWB8
Thanks Naval, I will have a look
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- Patrik iden
-
- Posts: 479
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Webshop Plus! v.3.2 for WWB8
Hello, i wonder how to use only invoice as peyment option. That is no Paypal.
Thank you
Thank you
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
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.
www.dbtechnosystems.com