Here are some requests to have an ability to customise the shopping cart page.
Request 1:
Can we have an ability to include a link in the text area. Currently, I can use the following command to display a text in the shopping basket.
function EJEJC_shown()
{
jQuery("#tdPmnt").attr("innerHTML", "Some text here");
}
In place of "Some text here", can we use "Some text <a href="http://www.somesite.com">here></a>"
Request 2:
Following from request 1, can we have a check box next to a link in the shopping cart page. This can be used to ask a customer to agree to terms & conditions before placing an order. If the check box is not ticked, a warning must appear to say that the customer has to agree to it before proceeding.
Request 3:
Following from request 1 and 2, can we track the clicks on terms and conditions link displayed in the shopping basket. Currently I can track using google with the following code:
<a onclick="javascript:
ejGATracker.trackPageview('/TermsConditions');" href="/Portals/0/Termsand_Conditions.pdf">terms & conditions</a>
Can we pass the above with all the double quotations and the rest to your EJEJC_shown function.
It would be great to have all three requests and I guess many can benefit from as this would make it legally safer when selling to customers.
Thanks
created
Apr '10
last reply
Apr '10
- 7
replies
- 1.1k
views
- 2
users
- 4
links