Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
Does anyone have any suggestions on how to redirect a user to another custom asp page after they have clicked "Add to Cart" on a product's version?
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
I think this might be tricky in 1.2 unless you can hook up some javascript to the buttons. It is complicated by the fact that there are multiple 'add to basket' buttons because there are different types of products - single version, multiple version, multiple version dropdown display, options, etc.
In v1.3 which is due out shortly, there will be full source code, with only the core underlying kartris framework in a DLL. So you'd have full access to the code-behind of pages and usercontrols to make this mod.
It should be release in the next few days, in fact if you PM me I can send you a pre-release link.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
I tried building a mock link like this, but doesn't seem to add the product version:
<a href="void(0)" onclick="document.aspnetForm.submit();ShowAddToBasketPopup(2000);window.open('http://www.yahoo.com');" name="ctl00$cntMain$UC_ProductView$UC_ProductVersions$rptRows$ctl01$UC_AddToBasketQty2$btnAdd" id="ctl00_cntMain_UC_ProductView_UC_ProductVersions_rptRows_ctl01_UC_AddToBasketQty2_btnAdd" target="_blank">Open this up!!!!</a>
Ideas? I feel like I'm close.
|