Business Advice and Help Forum for Businesses or Starting a Company in the UK - A1 Business Forums
corner image corner image
Member Box




corner image corner image
Our Advertisers

corner image corner image
Register FAQ Members List Today's Posts Search Today's Posts Mark Forums Read
A1 Business Blog Home
corner image corner image
A1businessforums.co.uk - The UK's Friendliest Online Business Community
Go Back   Business Forum UK - Advice Help and Questions - A1 Forums > Business Forums > Graphic Design, Web Design and Coding
Reload this Page

Webplus X2 Website maker

Designers Forum for Graphic, Logo or Print Design and Photography plus Website Design, Coding, Themes and Skins

Reply
corner image corner image
 
LinkBack Thread Tools Search this Thread Display Modes

corner image corner image
  #1 (permalink)  
Old 08-05-2008, 21:23
RobertB RobertB is offline
I'm Getting to Know A1
 
Join Date: May 2008
Location: Glasgow
Posts: 17
Thanks: 6
Thanked 0 Times in 0 Posts
Default Webplus X2 Website maker

I've just down loaded WEBPLUS X2 from Serif and have spent the evening reading the user guide and on line tutorials. As some of you may know I run a window blind company and I'm trying to get an on line presence.

I've been looking at the best way of displaying the price structure, I was thinking about using a simple table, however, the user guide talks about a data base. Would that allow me to prompt my customers for the width and then the drop of the blind with the data base obtaining the price?

I've been reading the section on DB a few times now but still find it er 'difficult'

Thanks guys


Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
corner image corner image
Sponsored Links

Register to remove these ads
RobertB
View Public Profile
Send a private message to RobertB
Find all posts by RobertB
corner image corner image
  #2 (permalink)  
Old 10-05-2008, 16:55
tommy's Avatar
tommy tommy is offline
Blog Entry: CSS - repeating background images
A1 is my Second Home!
 
Join Date: Mar 2008
Location: Essex
Posts: 352
Thanks: 43
Thanked 83 Times in 75 Posts
There are many different ways you can do this.

1. Database with a admin section would allow you to update your prices and new window sizes etc. But this is also your more expensive way in developer terms as they would need to structure the database and build the admin section.

2. You could use a Javascript array which is basic rows of data which can be selected and help fitler other sections of your form on your page till the last section which then calculate a price. This would require a developer (unless you are technically knowledgable) to change prices, add more selections to your lists in the future.

3. Just display in the table and when you need to change it then just update your code to the new prices.

Me personally, if you are not going to constantly be changing prices and adding new items week in and week out the table would be fine to use.

3.
__________________
Essex web developer & designer
Townhouse holiday home to rent in La Zenia, south of Torrevieja
HTML Source - for all your XHTML & CSS needs
Latest client - Carry a Bag - Give your hands a helping hand
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
tommy
View Public Profile
Send a private message to tommy
Visit tommy's homepage!
Find all posts by tommy
corner image corner image
  #3 (permalink)  
Old 10-05-2008, 17:21
Alvin's Avatar
Alvin Alvin is offline
I Live on A1!
 
Join Date: Feb 2008
Location: Kent
Posts: 2,512
Thanks: 407
Thanked 490 Times in 365 Posts
Agree a simple table with width and drop for every product would be best.

No wrong data to enter and fewer clicks, to the till.

Alvin
__________________
Dolls houses - Jet skis -Quad Bikes - Solar Power - Volkswagen Parts - Internet Marketing - Web Design - Vehicle wrapping - Cam Belt Fitting - Sea Trips - Printing - Mobility Scooters - Firefighter guides - Property World Wide -Boat Insurance-Insulation
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
Alvin
View Public Profile
Send a private message to Alvin
Find all posts by Alvin
corner image corner image
  #4 (permalink)  
Old 11-05-2008, 15:59
RobertB RobertB is offline
I'm Getting to Know A1
 
Join Date: May 2008
Location: Glasgow
Posts: 17
Thanks: 6
Thanked 0 Times in 0 Posts
Thanks Guys,

My plan is to design a simple website using Webplus and if it works reinvesting in a professional designed site.

Cheers,

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
RobertB
View Public Profile
Send a private message to RobertB
Find all posts by RobertB
corner image corner image
  #5 (permalink)  
Old 12-05-2008, 12:32
awebapart.com's Avatar
awebapart.com awebapart.com is offline
A1 is my Second Home!
 
Join Date: Apr 2008
Location: Wellingborough, Northants
Posts: 185
Thanks: 24
Thanked 79 Times in 63 Posts
Quote:
Originally Posted by RobertB View Post
I've just down loaded WEBPLUS X2 from Serif... I've been looking at the best way of displaying the price structure, I was thinking about using a simple table, however, the user guide talks about a data base. Would that allow me to prompt my customers for the width and then the drop of the blind with the data base obtaining the price?

I've been reading the section on DB a few times now but still find it er 'difficult'
I think you will find it difficult going the serif database route, and I doubt you will be able to do it without resorting to software development.

The easiest way, using a basic system like webplus is to just treat the site as an information/brochure site and display your prices in a table within a page.

If you want something more, like ecommerce, then it wont be easy since your particular type of product is a complex product as far as ecommerce goes. Products like curtains with widths and drops are actually one of the more complex types of products to set up in an ecommerce system, and most off-the-shelf ecommerce systems don't cope very well with these types of products.

So what is so different about curtains from other products that every tom, dick and harry can set up themselves on their ecommerce site?

The reason is the product options drop and width are dependent upon each other when working out the final price, whereas other product options for most other products are not dependent on other options, they are self-contained. Most ecommerce systems allow product options which affect price, and the option has a number associated with it that adds to the base price. With curtain's width and drop options, there is either a lookup table or a multipy between drop and width to work out price (since we're dealing in amount/area of fabric in say square metres).

This means that most ecommerce systems that support product options which affect price need to be set up with just one option, a combined width/drop option rather than 2 options width and drop, and there can end up being a large number of variations in the combined width/drop option. For example:

www.awebapartshop.co.uk/shop/product_info.php/cPath/26/products_id/46

Another option is to avoid standard/advanced ecommerce systems and set up some custom coding (custom software development in Javascript, and/or other server-side coding for the content management system), e.g.:

www.awebapart.com/home/curtains_blinds/Made_to_Measure_Blue_Red_Velor_Curtains

but this is advanced stuff, something that custom developers need to be involved with, and sometimes the more you make the pricing dependent upon software rules, the less you make the pricing content manageable.
__________________
Paul, awebapart.com
create, update your website today - the online professional sitebuilder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
awebapart.com
View Public Profile
Send a private message to awebapart.com
Visit awebapart.com's homepage!
Find all posts by awebapart.com
corner image corner image
  #6 (permalink)  
Old 12-05-2008, 14:32
RobertB RobertB is offline
I'm Getting to Know A1
 
Join Date: May 2008
Location: Glasgow
Posts: 17
Thanks: 6
Thanked 0 Times in 0 Posts
Thanks to everyone for their help.

I've been thinking about the pricing structure and decided to make the problem of showing the price into a USP.
I will charge by width only regardless of drop (well up to 3 m).

E.g. 1800mm width blind any any drop £39 (or something like that)

Cheers,

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookStumble this Post!Google Bookmark this Post!
Reply With Quote
RobertB
View Public Profile
Send a private message to RobertB
Find all posts by RobertB
Reply

« Coding mystery | Adding a photo gallery to a website »

corner image corner image
Thread Tools Search this Thread
Show Printable Version Show Printable Version
Email this Page Email this Page
Search this Thread:

Advanced Search
Display Modes
Linear Mode Linear Mode
Hybrid Mode Switch to Hybrid Mode
Threaded Mode Switch to Threaded Mode

corner image corner image
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

corner image corner image
Similar Threads
Thread Thread Starter Forum Replies Last Post
New Website exotic detail Get Quotes or Find Suppliers 3 15-04-2008 22:24
Website Help.. Miskellaneous IT, Internet, Web Hosting and Communications 7 04-03-2008 13:14


All times are GMT +1. The time now is 15:13.


Calendar - Contact Us - A1 Business Forum UK - Archive - Top

© A1 Business Forums 2008

Pixelcraze
Forum theme a Pixelcraze Creation





LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!
Share on Facebook Share on Facebook
Stumble this Thread Stumble this Thread
Google Bookmark this Thread Google Bookmark this Thread