• Resolved abby29

    (@abby29)


    I’m struggling to get my page and order format to look like Comfort Company E-Card page.
    Can I just find out what other plugins do I have to incorporate?

    It would be great if people can make a donation according to 4 variant amounts provided.
    Thank you!

    Warm regards.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tim from eCardWidget

    (@timsayshey)

    Hi Abby,

    Comfort Company actually built the sections with HTML. They just put a list of links at the top for each category then each category was linked to the category title using the hashtag ID in the URL. For example:

    <h2>Categories</h2>
    <ul>
      <li><a href=“#cat1”>Category 1</a></li>
      <li><a href=“#cat2”>Category 2</a></li>
    </ul>
    <h2 id=“cat1”>Category 1</h2>
    [ecards id=123]
    <h2 id=“cat2”>Category 2</h2>
    [ecards id=456]

    In regards to having multiple donation options, we don’t have that option yet but I’d be happy to add it for you. Please shoot me an email at [email protected] to discuss.

    Best,

    Tim

Viewing 1 replies (of 1 total)
  • The topic ‘Need help with different price values’ is closed to new replies.