Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1658905
What is the database's table name for recipe plugin?
Closed

Comments

  •  1
    Shlomi started the conversation

    I want to copy the values from my old recipe plugin to yours. I need to do so in order to update the votes of all the votes I received till now.

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

    We've saved recipe data of posts for post meta of that posts - that's  wp_postmeta table


    Best Regards,

    PenciDesign

  •  1
    Shlomi replied

    In your opinion, what can be my easy way to sync the data from my old plugin (easy recipe)?

    The Plugin creator wrote me this: 

    There is no separate database table for EasyRecipe recipes.  All the data is embedded in the recipe HTML using https://schema.org/Recipe markup.  Rating values are stored  in the commentmeta table with a row for every comment where the commenter left a rating, using the meta_key ERRating. The meta_value of each of those rows is the rating left by the commenter.


  •  2,699
    PenciDesign replied

    Hi,

    To do that, I think you should hire someone to help you move your old data to new data. It maybe can take one day for done. It's not easy to I can write here


    Best Regards,

    PenciDesign

  •  1
    Shlomi replied

    Another question Penci; How does the ratings work? Are they depended on a comment the user must leave? I noticed that when I rate a recipe and refresh the page, the rating doesn´t stay.

  •  2,699
    PenciDesign replied

    Hi,

    No - the ratings will based on your cookies. You don't need comment for rating.

    Seem your issues caused by you've use a plugin create a cached for your HTML. Actually, it worked, but the cache showing the HTML has cached. Let's try clearly the cache and try again.

    Best Regards,

    PenciDesign

  •  1
    Shlomi replied

    Hey Penci; Thanks again for responding fast for me.

    What does it means? The rating is based on cookies? Can you explain that for me a little, how the workflow works?

  •  2,699
    PenciDesign replied

    Hi,

    You can check more about cookie here


    Best Regards,

    PenciDesign

  •  1
    Shlomi replied

    Ofcourse I know what are cookies :) I´m a client side developer with 15 years of experience. 

    I just wanted to understand whats the relation between a client side cookie and a rating that are saved in database

  •  2,699
    PenciDesign replied

    Hi,

    When a user make a rating, the total rating will updated in database. And cookie will detect that user and disable rating from that user for the posts that user reviewed.


    Best Regards,

    PenciDesign