Added a "Type" property to form inputs.
Fixed the second "title" section found in web page heads.
This commit is contained in:
parent
71f1cfcf20
commit
301dbdcb6d
15 changed files with 83 additions and 24 deletions
|
|
@ -66,10 +66,12 @@ namespace Yavsc.ApiControllers
|
|||
return result;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Adds to basket, a product from the catalog, in the user's session.
|
||||
/// </summary>
|
||||
/// <returns>The to basket.</returns>
|
||||
[HttpGet]
|
||||
[Authorize]
|
||||
public long AddToBasket (string title)
|
||||
public long AddToBasket (string prodref,int count, object prodparams=null)
|
||||
{
|
||||
//TODO find the basket for Membership.GetUser().UserName
|
||||
//return WFManager.Write(estid << from the basket, desc, ucost, count, productid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue