The information in this thread might be outdated
|

08-24-2011, 03:33 PM
|
 |
Paid Member
|
|
Join Date: Jul 2010
Posts: 33
|
|
small change, I added a space before the currency symbol, and it works very well:
$to_return .= $product['price'] . ' €';
|

09-01-2011, 10:14 AM
|
 |
Junior Member
|
|
Join Date: Jun 2011
Location: San Diego, Bangkok
Posts: 7
|
|
Product's title and price won't show
installed on WP Version 3.2.1
Product's title: Check
Product's price: Check
Got all correct setting only on the last item in a row
|

09-01-2011, 02:48 PM
|
 |
Senior Member
|
|
Join Date: Jan 2010
Posts: 167
|
|
Quote:
Originally Posted by TinTin
installed on WP Version 3.2.1
Product's title: Check
Product's price: Check
Got all correct setting only on the last item in a row
|
Thank you for feedback.
I have just updated plugin in the repository. It includes a fix for this issue.
It also contains fixes for problems with InLine SEO catalog and now free accounts can display currency properly using settings page added.
Moreover, the plug-in was renamed to "Ecwid: Random products", since it explains its gist better.
If there are any suggestions on what features to add or any other bugs, you are always welcome.
|

09-02-2011, 03:04 AM
|
 |
Junior Member
|
|
Join Date: Jun 2011
Location: San Diego, Bangkok
Posts: 7
|
|
Hi,
It works great, thank you : )
|

09-02-2011, 06:41 AM
|
 |
Paid Member
|
|
Join Date: Jul 2010
Posts: 33
|
|
for me, currency don't work, and I change currencysuffix for $product['price'] . ' €';
and now, it works
|

09-02-2011, 10:19 AM
|
 |
Senior Member
|
|
Join Date: Jan 2010
Posts: 167
|
|
Quote:
Originally Posted by daniel patin
for me, currency don't work, and I change currencysuffix for $product['price'] . ' €';
and now, it works
|
Could you send a snapshot with your settings for Ecwid: Random products? I mean, currency settings.
|

09-21-2011, 02:32 AM
|
 |
Paid Member
|
|
Join Date: May 2011
Posts: 4
|
|
"You can add shortcode to display random products in the body of your page.
For that you should use the following shortcode:
[ecwid_random_products number="5"]
where number="5" defines how many products should be displayed.
You can omit this parameter and in this case 3 products will be displayed.
If you add "show_title" parameter to shortcode, then the product's name will
be shown under product's thumbnail
If you add "show_price" parameter to shortcode, then the product's price will
be shown under product's thumbnail"
Hi, very nice work, i use "Random Product" like widget in WP, but when i place the short code in the page of my store the Thumbnails appears in column, but i want to obtain a "product wall" where product are side by side, in line. I have an other problem: the price and the name don't appears on the page... please somebody can write me the code for that ? Kind regards and sorry for my english...
|

09-21-2011, 10:16 PM
|
 |
Senior Member
|
|
Join Date: Jan 2010
Posts: 167
|
|
Quote:
Originally Posted by lagalerievegetale
"You can add shortcode to display random products in the body of your page.
For that you should use the following shortcode:
[ecwid_random_products number="5"]
where number="5" defines how many products should be displayed.
You can omit this parameter and in this case 3 products will be displayed.
If you add "show_title" parameter to shortcode, then the product's name will
be shown under product's thumbnail
If you add "show_price" parameter to shortcode, then the product's price will
be shown under product's thumbnail"
Hi, very nice work, i use "Random Product" like widget in WP, but when i place the short code in the page of my store the Thumbnails appears in column, but i want to obtain a "product wall" where product are side by side, in line. I have an other problem: the price and the name don't appears on the page... please somebody can write me the code for that ? Kind regards and sorry for my english...
|
Thanks for your feedback.
First of all, could you please send me a shortcode you are using? I mean the shortcode, which is supposed to display a random product with price and title.
As for displaying in column. The thing is you can add your own CSS code to define a look of random products section. Open the ecwid-random-products.php script and search for «$custom_css». You will see a section like this:
Code:
$custom_css =<<<OUT
<style type="text/css">
<!--
.ecwid-random-products {
text-align: center;
}
-->
</style>
OUT;
Putting a CSS rules between <style> tags will allow you to define a custom appearance. I.e. it will allow you to arrange your random products to be displayed in row.
I will give an example of such code tomorrow.
However, now I am thinking maybe it would be worth adding one more option, specifying which you you would show your products in row.
|

09-21-2011, 11:56 PM
|
 |
Paid Member
|
|
Join Date: May 2011
Posts: 4
|
|
Thank you for this valuable information. The short code i used : [ecwid_random_products number="5"][ecwid_random_show_title][ecwid_random_show_price]
But I think I misspoke. I wanted to integrate the RANDOM PRODUCTS in the BODY in GRID MODE (see presentation products ECWID) and I could not bring up the name and price, hence my questions. Now I understand that if I want a GRID MODE, I can not use the name and the price, because they force the Thumbnails to go to the line (</ br>). Is it possible not to return to the thumbnails one row to another?
I hope to be clear, my English is not very good. Thanks a lot
|

09-22-2011, 01:30 PM
|
 |
Paid Member
|
|
Join Date: Aug 2010
Location: In between Morning Coffee and the Land of Nod
Posts: 104
|
|
Looks like the random_show_title and random_show_price shortcodes aren't fully registered somewhere. As you've written they just show as text. Like so:
But, if I make the shortcodes like this: [ecwid_random_products number="5"][ecwid_random_products show_title="true"][ecwid_random_products show_price="true"]
They return this:
So the function isn't being fully registered for some reason.
|
The information in this thread might be outdated
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT. The time now is 11:37 AM.
Powered by vBulletin® Version 3.8.11. Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
|