WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: daydreamer on August 19, 2014, 03:18:41 PM

Title: Reviews
Post by: daydreamer on August 19, 2014, 03:18:41 PM
Would be great to have reviews. Any plans on adding this?
Title: Re: Reviews
Post by: Stefek on August 19, 2014, 03:32:16 PM
Hello daydreamer.

What do you mean exactly with reviews?

Kind regards,
Stefek
Title: Re: Reviews
Post by: daydreamer on August 19, 2014, 11:43:44 PM
Reviews on products
Title: Re: Reviews
Post by: Stefek on August 20, 2014, 10:17:02 PM
Quote from: daydreamer on August 19, 2014, 11:43:44 PM
Reviews on products
Still have no idea what you mean.

Please use more than one sentence and examples from the web would be helpful.

Thank you.
Stefek
Title: Re: Reviews
Post by: daydreamer on August 20, 2014, 10:58:20 PM
Sort of like this http://demo.opencart.com/index.php?route=product/product&product_id=40 to leave a product review
Title: Re: Reviews
Post by: Stefek on August 20, 2014, 11:12:47 PM
Sorry Daydreamer, my apologies.
I haven't seen that this question was posted in the BakeryCommerce subforum.

Now I understand.

I agree, it would be great to have user/buyer reviews next to the product description.

I don't know of any plans in this direction.

You'll need to wait a little for the answer of the developer of this module.

Kind regards,
Stefek
Title: Re: Reviews
Post by: Gast on August 21, 2014, 12:24:49 AM
i build something like that for a tutorial page with a mix of droplets and different sections under the wysiwyg-content.
in my project i use ajaxsurvey for rating, feedback for comments & repost and polls for some special tutorials

one solution for bakery ist the feedback module as a separate section or maybe as a droplet and a rating with a module like this in the attachement also as Droplet (Droplet-Call in the bakery page settings)
Title: Re: Reviews
Post by: daydreamer on August 21, 2014, 11:02:16 AM
That's great so with a droplet call this could be used with bakery?
Title: Re: Reviews
Post by: Gast on August 21, 2014, 08:10:06 PM
to use a droplet inside the bakery page settings - thats no problem

here as example the relevant code from the field "item details" - see the part in the middle

Quote<tr>
<td align="left" valign="top"><span class="mod_bakery_item_price_f">[TXT_PRICE]:</span></td>
<td align="left" valign="top">[CURRENCY] [PRICE]</td>
</tr>

<tr>
<td align="left" valign="top"><span class="mod_bakery_item_shipping_f">Bewertungen:</span></td>
<td align="left" valign="top">[[rating]] </td>
</tr>

<tr>
<td align="left" valign="top">[TXT_SHIPPING]:</span></td>
<td align="left" valign="top">[CURRENCY] [SHIPPING] </td>
</tr>

see the result in the pic

the rating module from my last post use the visitor ip and the page_title / product_title to seperat the ratings

Title: Re: Reviews
Post by: daydreamer on August 21, 2014, 11:24:46 PM
This is great thanks jacobi22
Title: Re: Reviews
Post by: instantflorian on August 22, 2014, 11:03:46 AM
Really great, - didn't expect it could be so simple to add a rating tool in Bakery. Thank you very much!
BR
-f.
Title: Re: Reviews
Post by: Gast on August 22, 2014, 01:46:45 PM
thx

for the text reviews i think, the best solution is a new placeholder in the view_item.php with a droplet call for the feedback module or a miniform or you take a variable from this view_item.php and use it in a CodeĀ²-Section like

if myVariable avaiable, show the Feedback-link

the solution with a second section under bakery is a bad idea, it comes also in the bottom of the overview  :oops:
you need a article-name or item-id, so it is the best, to have ist only on item pages

if i look into the rating module, it looks very easy to build a comment function there, but i dont like the way to save datas in a text-file