Skip to content

Commit a83a40a

Browse files
committed
Update README.md
1 parent 32d7aad commit a83a40a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ or replace the standard confirm box with something more ambitious, such as a jqu
3434
dialog. You can target specific forms with different settings if you wish.
3535

3636
The server limit (1000 in this case) needs to be passed into the script above. This can
37-
be found with a simple function like this:
37+
be found with a simple PHP function like this:
3838

3939
/**
4040
* Get the submission limit.
@@ -66,3 +66,7 @@ That runs on the server and provides the server settings to insert into the Java
6666
initialisation, and will return 1000 by default on most PHP servers.
6767

6868
A simnple demo (index.php in this project) is running here: [http://www.acadweb.co.uk/maxsubmit/]
69+
70+
The jQuery plugin and the PHP function are the two building blocks. I intend to wrap them into a
71+
simple WordPress plugin next. Just install it along with your WooCommerce plugin, and it will stop
72+
you breaking your products with dozens of variations. Christmas may get in the way first ;-)

0 commit comments

Comments
 (0)