Close

Profile: minespress

Avatar

User posts

8 years ago

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. 

9 years ago

iliyan.tanev wrote:
Hi,

Action name for All Shops or for One shop ? 


Hey Iliyan,

I need the information for one shop that would fill in the blanks for the code below.


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;

9 years ago

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.

9 years ago

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?