i want to be able to add a discount code based on what the admin inputs
example
12345 = -10%
3456 = -£25.00
then have the user input this code on the either checkout page or shopping...
Type: Posts; User: jonnyfreak; Keyword(s):
i want to be able to add a discount code based on what the admin inputs
example
12345 = -10%
3456 = -£25.00
then have the user input this code on the either checkout page or shopping...
thats done it, thanks for your help :)
http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm
I am using the lightbox from this site but when viewing the images i need the next and previous to remain visible, how can this be achieved?
thanks
i have sorted by problem to a certain extent
<style type="text/css">
.crop{
height: 200px;
width: 200px;
overflow:hidden;
margin: 5px;
}
no i cant do that because it will distort the images.
i need to just show part of the image as a thumbnail so if the image uploaded isnt the correct size it wont matter and it will just show what...
I have thumbnails that are using the Tom Muck horizontal looper.
however the uploader that i have used only scales the images from their orginal size so when the thumbs are displayed they are all...
thanks for the advice i have deleted
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript"...
Hello I wonder I have a page that has some spry validation assets and also a jquery datepicker.
this is the following code i have in the header
<script type="text/javascript"...
ok sorted it to a certain extent
i have used the javascript alert
<script type="text/javascript">
function selection_warn() {
if...
thanks for that, but the process of the form is they select a design (then have to submit that in order to give the values of that design) then choose the size below then send to cart so the alert...
thinking about it i would need the alert with an if/else statement
thats wrong on my behalf not your. Thanks in advance
I have tried the following but am sure its wrong
<script type='text/javascript'>
function disable(){
document.getElementById('button').disabled = true;
}
</script>
<form id="button"...
ideally yes deactivate the button until an option is selected.
how would i go about do that?
thanks
I have a product page that sends to a product detail page, The detail page also has all other products from the catagory.. The problem is when they land on the page it shows their selected product...
i am trying to work out what goes where with the code i already have. i dont want to duplicate code. i have posted the code i already have above. can you show me where your code goes please.
...
i have a select dropdown list that is showing products from a php msql database. When one of the products is selected from the list in need the details of that product displayed underneath the select...
I have a select list that is populated from a mysql DB. these fields can be manually changed. When the user views the select list if the words sold out are in the text string eg. 2 years (sold out)...
I hope this is the correct forum
I have an input form that sends data to three different table in a MySQL database.
What i have is a tenant table, a guarantor table and a landlord table, also on...