WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Bakery Shop => Topic started by: daydreamer on August 19, 2014, 03:18:41 PM
-
Would be great to have reviews. Any plans on adding this?
-
Hello daydreamer.
What do you mean exactly with reviews?
Kind regards,
Stefek
-
Reviews on products
-
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
-
Sort of like this http://demo.opencart.com/index.php?route=product/product&product_id=40 to leave a product review
-
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
-
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)
-
That's great so with a droplet call this could be used with bakery?
-
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
<tr>
<td align="left" valign="top"><span class="mod_bakery_item_pri ce_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_shi pping_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
-
This is great thanks jacobi22
-
Really great, - didn't expect it could be so simple to add a rating tool in Bakery. Thank you very much!
BR
-f.
-
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