Announcement

Collapse
No announcement yet.

Need description of different product types on the individual menu items

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need description of different product types on the individual menu items

    I'm creating a new website for a client. And on her old site, each menu item has a description of the type of product on that page. You can see examples here:
    http://www.glaciercountyhoney.com/order_honey.cfm
    http://www.glaciercountyhoney.com/order_beeswax.cfm

    I'm trying to do the something similar using EasyCart, however, there doesn't seem to be a way of doing this built into the plugin. I did find where I could give the menu items their own SEO description within the Administration Console. What I want to do is to also get the SEO description to display at the top of the page, but I can't find where the code for the meta tags are coming from. I found the layout files that need to be edited in the wp-easycart-data folder. All I need to know is what code to put in there to get the SEO Description to display.

  • #2
    Also, I need to figure out a way to display the name of the menu item on the specific page. Not as the page title though. You can see what I'm talking about on this design file that I've uploaded to imgur:
    http://i.imgur.com/5oSRtvY.jpg

    If I knew what code to add to the layout file, that would be great. Thanks.

    Comment


    • #3
      I don't think the meta data can be pulled into the head as it's done at the wordpress level and injected into the theme from the main plugin...

      Probably what you would want to do is to have a look in the wp-easycart-data/design/layout/... your layout.../ec_product_page.php and see that it's fairly simple, but it's where that product page is built, and perhaps inject some of your own coding there based on what is coming in from the url, menu or such. You can see we inject an optional banner, but you are wanting essentially a banner with text...

      Comment

      Working...
      X