Please give the ability to change the location of the blog list image, perhaps through the use of a custom widget area name? Right now it just prepends the list body with the image and it does not fit our layout / design.
case "shop":
{
data.Values["controller"] = ""; // need the controller name
data.Values["action"] = ""; //need the action name
data.Values[""] = urlRecord.EntityId; // need the the index string, is it shopId?
data.Values["SeName"] = urlRecord.Slug; // this should be good as is
}
break;
You guys use the UrlRecord table, I have another plugin (Solr plugin) that uses it's own routes but gives me the option to extend. I need the following information to make it happen.
Controller Name:
Action Name:
Name of EntityId Parameter for Action: is it Id, or shopId?
** I apologize the information I need is for each individual shop page.
You guys use the UrlRecord table, I have another plugin (Solr plugin) that uses it's own routes but gives me the option to extend. I need the following information to make it happen.
Controller Name:
Action Name:
Name of EntityId Parameter for Action: is it Id, or shopId?