d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Where Would One Get The Html Code For This?
Add Reply New Topic New Poll
Member
Posts: 2,608
Joined: Oct 20 2003
Gold: Locked
Jul 12 2012 04:12am
Hey, I have no idea about anything java, visual basics or anything but i'd like to add a this to my website..

Like for example if somebody spends so much money on something on my site, how would I make it so I can automatically like generate a code for them that grants them like a discount, say 15% discount on something? Would something like that exist? What id like it to do is if people spend $100 or more they get a 15% discount that they can use on anything on the website. Hopefully this makes sense. Another thing that I would like to get a hold of it I can somewhere is say if someone wants to purchase something they can use a drop down list to select where they want to purchase the item.

EDIT: I guess what im looking for are two java script applications (I think thats right?)

This post was edited by Dan123The123Man on Jul 12 2012 04:36am
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jul 12 2012 04:07pm
that's done via a server side language, not html/javascript.

considering that you lack any development skills but you imply that you already have a site that allows selling items, i assume you're using some third party. i imagine they have some sort of extention that does what you want. if they don't, you'll have to hire someone to make it for you.
Member
Posts: 125
Joined: Jun 19 2012
Gold: 0.00
Jul 13 2012 12:44am
You are looking for server side components. A server side component to handle the web services along with the endpoint (to serve the customers their discounts and for the drop down list to select where the want to purchase the items).
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Jul 13 2012 06:01am
Quote (carteblanche @ 13 Jul 2012 00:07)
that's done via a server side language, not html/javascript.

considering that you lack any development skills but you imply that you already have a site that allows selling items, i assume you're using some third party. i imagine they have some sort of extention that does what you want. if they don't, you'll have to hire someone to make it for you.


with nodejs, javascript can be server side :P
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Jul 13 2012 11:48am
Quote (Dan123The123Man @ Jul 12 2012 06:12am)
Hey, I have no idea about anything java, visual basics or anything but i'd like to add a this to my website..

Like for example if somebody spends so much money on something on my site, how would I make it so I can automatically like generate a code for them that grants them like a discount, say 15% discount on something? Would something like that exist? What id like it to do is if people spend $100 or more they get a 15% discount that they can use on anything on the website. Hopefully this makes sense. Another thing that I would like to get a hold of it I can somewhere is say if someone wants to purchase something they can use a drop down list to select where they want to purchase the item.

EDIT: I guess what im looking for are two java script applications (I think thats right?)


your in a hole world of hurt if you cant even code your own script. just wait till some one does a simple javascript injection to set all your prices to 0$ or 100% discount rofl
Member
Posts: 125
Joined: Jun 19 2012
Gold: 0.00
Jul 13 2012 10:09pm
Quote (eagl3s1ght @ Jul 13 2012 08:01pm)
with nodejs, javascript can be server side :P


+1 to Node.js, actually Javascript frameworks pave the road to the future IMHO
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll