Webshop Plus! v.3.2 for WWB8

This forum is dedicated to discussions about shopping carts/ecommerce.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

Did you make any changes in the code ? If yes, what changes ?
www.dbtechnosystems.com
User avatar
kfi4all
 
 
Posts: 9
Joined: Sun Oct 12, 2014 12:26 am
Location: Nigeria
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by kfi4all »

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!
regards,
kfi4all!
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Webshop Plus! v.3.2 for WWB8

Post by supersonictt »

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.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Webshop Plus! v.3.2 for WWB8

Post by supersonictt »

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.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

Yes, it can be done.
www.dbtechnosystems.com
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Webshop Plus! v.3.2 for WWB8

Post by supersonictt »

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
gevers
 
 
Posts: 108
Joined: Sat Feb 12, 2011 11:36 am

Re: Webshop Plus! v.3.2 for WWB8

Post by gevers »

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
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: Webshop Plus! v.3.2 for WWB8

Post by supersonictt »

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
Any hints please?
I know it is off-topic but some hints and help would me so much appreciated :)
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

@ 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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

supersonictt wrote:
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
Any hints please?
I know it is off-topic but some hints and help would me so much appreciated :)
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.

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
gevers
 
 
Posts: 108
Joined: Sat Feb 12, 2011 11:36 am

Re: Webshop Plus! v.3.2 for WWB8

Post by gevers »

Navaldesign 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.
Ok Thanks
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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........
www.dbtechnosystems.com
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

That was it. I edited my php.ini to enable short tags and it's displaying the correct information.

Thanks again,
Allen
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

I'm sorry, no such feature is available at the moment.
www.dbtechnosystems.com
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

George

I sent a few emails regarding a comma issue in text boxes in the form. Did you receive those?
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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
This issue has never been reported and I can't reproduce it. In my own installations it works just fine.
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
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

Navaldesign wrote: No, I'm sorry. Please send again. If you get no answer within a day, please post here again.
I sent through your website form and resent the email to info

Thank you
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

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
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

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.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

Thank you George

Should I use jQuery to do that, or do you have a recommended way to easily do this?
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

No, just use WWB's built in form field validation
www.dbtechnosystems.com
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

I don't see how to apply this in the WB validation.

This javascript seems to work though.

Code: Select all

onkeyup="this.value=this.value.replace(',','')" value="" /
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.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

In both cases the comma MUST be removed, so the javascript is ok.
www.dbtechnosystems.com
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by protectourlands »

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.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
gevers
 
 
Posts: 108
Joined: Sat Feb 12, 2011 11:36 am

Re: Webshop Plus! v.3.2 for WWB8

Post by gevers »

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
:cry:
gr. Gerrie
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

You can apply the built in WWB validation for the Quantity field.
www.dbtechnosystems.com
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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).
www.dbtechnosystems.com
gforce7
 
 
Posts: 15
Joined: Fri Jun 24, 2011 3:45 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by gforce7 »

Thank you. I thought It had to be something like that but kept overlooking those settings.
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
infos
 
 
Posts: 13
Joined: Sat Jun 20, 2009 12:13 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by infos »

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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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.
www.dbtechnosystems.com
infos
 
 
Posts: 13
Joined: Sat Jun 20, 2009 12:13 pm

Re: Webshop Plus! v.3.2 for WWB8

Post by infos »

Thank you much. I was able to get the email with order information and not using any payment, without deleting anything. :wink:
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by me.prosenjeet »

Is this working on WB11?
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
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

You need to set it up in the Admin area, especially the counties settings
www.dbtechnosystems.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by me.prosenjeet »

Can you please tell me which page has the admin settings? :oops:
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

Please read thye manual, however if you have made the correct installation, it should be http://www.yourdomain.com/cart/admin
www.dbtechnosystems.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by me.prosenjeet »

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
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: Webshop Plus! v.3.2 for WWB8

Post by Patrik iden »

Hello, i wonder how to use only invoice as peyment option. That is no Paypal.
Thank you
User avatar
Navaldesign
 
 
Posts: 862
Joined: Sat Mar 01, 2008 8:08 pm
Location: Italy
Contact:

Re: Webshop Plus! v.3.2 for WWB8

Post by Navaldesign »

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
Post Reply