Webshop Plus! v.2.0 for WWB7
Re: Modified version of the WB Webshop!! Webshop_plus
Normally I'd agre, it's not really worth it for the standard cart but the problem is also present on the altered html mail cart and appears to happen with alarming regularity. People do choose their country but then click 'checkout' without using the recalculate button hence the tax and shipping are wrong resulting in somewhat of a mess. For my own site (where I've also made use of the cart) I'm in the process of going back to the mini cart option but unfortunately the client requires the html E-mail/packing slip so I'm kind of stuck with the current configeration.
Cheers
Kevin
Cheers
Kevin
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
Hi Kevin,
I'll see if I can implement an Ajax routine to automatically update the cart on country selection or, at least, to force cart refreshing.
I'll keep you posted.
I'll see if I can implement an Ajax routine to automatically update the cart on country selection or, at least, to force cart refreshing.
I'll keep you posted.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
Hi Kevin,
You have a mail with the solution.
You have a mail with the solution.
www.dbtechnosystems.com
- Patrik iden
-
- Posts: 477
- Joined: Wed Mar 24, 2010 9:07 pm
- Location: Sweden
Re: Modified version of the WB Webshop!! Webshop_plus
Ohh are you selling that plugin now?
Re: Modified version of the WB Webshop!! Webshop_plus
Hi ponderosaprinting/Naval
Would it be possible to use a Combobox instead of a textbox for the quantity. You could then set the values as you wanted e.g. 5, 6, 7, 8, 9 etc. I'm sure I've used this method before, I'll look through my files and see if I can find it.
Cheers
Kevinp
UPDATE:
Yes it is possible. I found a site where I've used this method. Swap the Quantity text box on your form for a combobox with the same name. I'll try and sort out a demo.
Would it be possible to use a Combobox instead of a textbox for the quantity. You could then set the values as you wanted e.g. 5, 6, 7, 8, 9 etc. I'm sure I've used this method before, I'll look through my files and see if I can find it.
Cheers
Kevinp
UPDATE:
Yes it is possible. I found a site where I've used this method. Swap the Quantity text box on your form for a combobox with the same name. I'll try and sort out a demo.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
Hi Kevin,
Yes, this is possible, BUT to change the price you need a Javascript that will change the value of the cart "price" hidden field (onchange event associated to the quantity selection).
Or, as I mentioned, an amendment to the code.
Yes, this is possible, BUT to change the price you need a Javascript that will change the value of the cart "price" hidden field (onchange event associated to the quantity selection).
Or, as I mentioned, an amendment to the code.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Modified version of the WB Webshop!! Webshop_plus
Hello,
Sorry for this question (that might be asked before, I still haven't read all the thread, and I will do soon)...
There is a big possibility to re-design a website for a client, and everything is easy for me. The client wants to implement an online shopping system (his company sells sweets to international countries through the website and not locally).
What I want to ask is:
1. The webshop plus includes paying using Visa and Master card, is the transaction processed directly? I mean, does it have to be through a bank or something?
2. In order to protect the transaction, there should be SSL certificate, right?
3. His company deals with DHL to process the shipping, how can this be done? I guess it would be something like a form sent to DHL with the order details, am I right?
The company who designed his website made the purchases through 2checkout, so I don't know if I have to do the same when using webshop plus!
Thanks.
Sorry for this question (that might be asked before, I still haven't read all the thread, and I will do soon)...
There is a big possibility to re-design a website for a client, and everything is easy for me. The client wants to implement an online shopping system (his company sells sweets to international countries through the website and not locally).
What I want to ask is:
1. The webshop plus includes paying using Visa and Master card, is the transaction processed directly? I mean, does it have to be through a bank or something?
2. In order to protect the transaction, there should be SSL certificate, right?
3. His company deals with DHL to process the shipping, how can this be done? I guess it would be something like a form sent to DHL with the order details, am I right?
The company who designed his website made the purchases through 2checkout, so I don't know if I have to do the same when using webshop plus!
Thanks.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
1. No, Webshop Plus does NOT inlude a Credit Card payent system, this is only for demonstration purposes.
2. yes, you would need an SSL Certificate plus a LOT more cecurity measures, to comply with the Credit Card Industry security Standards
3. You need to use a Ajax based script to send HTTP or XML requests to the DHL server with shipping info (that is, destination zip, weight and/or dimensions, desired shipping method (DHL has more than one) and receive back the shipping cost answer to include in the Orde amount.
Plus, you should consider that client most probably will need product and stock management directly online (not through WWB)
None of the above is included in Webshop Plus as it is intended for people that build their own shop and therefore they are able to manage products through WWB themselves.
You would need a Professional Cart for this, database driven and probably customized to a certain extend.
2. yes, you would need an SSL Certificate plus a LOT more cecurity measures, to comply with the Credit Card Industry security Standards
3. You need to use a Ajax based script to send HTTP or XML requests to the DHL server with shipping info (that is, destination zip, weight and/or dimensions, desired shipping method (DHL has more than one) and receive back the shipping cost answer to include in the Orde amount.
Plus, you should consider that client most probably will need product and stock management directly online (not through WWB)
None of the above is included in Webshop Plus as it is intended for people that build their own shop and therefore they are able to manage products through WWB themselves.
You would need a Professional Cart for this, database driven and probably customized to a certain extend.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Modified version of the WB Webshop!! Webshop_plus
Navaldesign,
Thanks a lot for making things clear.
Concerning 1 and 2:
Someone can buy the product and pay using paypal as a guest (to use the credit card), so no SSL needed on the company side, right?
As i mentioned in the previous post, the company used to use 2checkout to process the order, i think it's kinda same as paypal, isn't it?
Thanks a lot.
Thanks a lot for making things clear.
Concerning 1 and 2:
Someone can buy the product and pay using paypal as a guest (to use the credit card), so no SSL needed on the company side, right?
As i mentioned in the previous post, the company used to use 2checkout to process the order, i think it's kinda same as paypal, isn't it?
Thanks a lot.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
Yes, it is similar. PayPal and 2checkout are actually payment gateways so they will accept creditcards on THEIR secure site, so no Credit Cards details are kept on your customer's website. No SSL is required, however, customers feel more comfortable giving their personal details (email address, name, address, tel number etc) on a secure (SSL) site
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Modified version of the WB Webshop!! Webshop_plus
Thanks a lot for this new version, I will try it very soon and report back.
Thanks
Thanks

- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
Im' sorry but it requires at least WB7 to open. f you look at the very start of the thread, you will see:
We have created a modified version of the WB5 Webshop. The modified Webshop allows you to manage all aspects of your cart without need to change a single line of code, as ALL possible changes are made through an Administration Interface.[/color=#000080][color] However it requires WB7 to open.
Now we ar in WWB and the last Webshop Cversion, v.3.0, requires WB8 to open.
We have created a modified version of the WB5 Webshop. The modified Webshop allows you to manage all aspects of your cart without need to change a single line of code, as ALL possible changes are made through an Administration Interface.[/color=#000080][color] However it requires WB7 to open.
Now we ar in WWB and the last Webshop Cversion, v.3.0, requires WB8 to open.
www.dbtechnosystems.com
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
But, why should you get a license for WB7 ??? It is not even abailable....
Get a WWB8 license.
Get a WWB8 license.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Modified version of the WB Webshop!! Webshop_plus
@NavelDesign
The effort you put in this webshop is amazing! I really appreciate the effort
As I can see, version 3 is still RC, any news about the stable release?
One last thing, I TOTALLY agree with you about CC payment method (needs SSL and other security measures), but what if a client asked for that, would it be possible? Is it hard to implement this (not you to do that, but me)?
Thanks a lot.
The effort you put in this webshop is amazing! I really appreciate the effort

As I can see, version 3 is still RC, any news about the stable release?
One last thing, I TOTALLY agree with you about CC payment method (needs SSL and other security measures), but what if a client asked for that, would it be possible? Is it hard to implement this (not you to do that, but me)?
Thanks a lot.
- Navaldesign
-
- Posts: 862
- Joined: Sat Mar 01, 2008 8:08 pm
- Location: Italy
- Contact:
Re: Modified version of the WB Webshop!! Webshop_plus
supersonictt wrote:@NavelDesign
The effort you put in this webshop is amazing! I really appreciate the effort
As I can see, version 3 is still RC, any news about the stable release?
One last thing, I TOTALLY agree with you about CC payment method (needs SSL and other security measures), but what if a client asked for that, would it be possible? Is it hard to implement this (not you to do that, but me)?
Thanks a lot.
PayPal can accept payments through CC even without a PayPal account.
To accept CCs without PayPal, you would need to implement the (whatever you choose) payment gateway code. Not really hard, but requires some experience in PHP coding.
The current version IS stable, the final one (expected within 10 days) will have some more features and backend code changes. There is no reason why you can't start using it now and make the changes later.
www.dbtechnosystems.com
-
-
- Posts: 398
- Joined: Sun May 15, 2011 10:27 am
Re: Modified version of the WB Webshop!! Webshop_plus
Thanks for the infoNavaldesign wrote:supersonictt wrote:@NavelDesign
The effort you put in this webshop is amazing! I really appreciate the effort
As I can see, version 3 is still RC, any news about the stable release?
One last thing, I TOTALLY agree with you about CC payment method (needs SSL and other security measures), but what if a client asked for that, would it be possible? Is it hard to implement this (not you to do that, but me)?
Thanks a lot.
PayPal can accept payments through CC even without a PayPal account.
To accept CCs without PayPal, you would need to implement the (whatever you choose) payment gateway code. Not really hard, but requires some experience in PHP coding.
The current version IS stable, the final one (expected within 10 days) will have some more features and backend code changes. There is no reason why you can't start using it now and make the changes later.

Yes, I know that PayPal accepts CC payments without having a PayPal account, but that client is old-fashioned guy

We still haven't decided about his online shop, and I was just asking about the stable release as I like to have these things as a backup before doing anything.
Thanks for your time Naval Design, I really appreciate all the work you are providing for WWB users.