Conversation
supportHi I have to say this is an cool plugin, helped me much. I have one small problem… Is there a way to set price like 18.99 19,90 … because whenever i input price like 18.99 i get allwas 18 only no decimals… i have try already , . ; : …. tnx
Will be fixed with the next update, version 1.1. (For now, a simple workaround for this is to first add the file with an arbitrary price, and then set the real price and update the product.)
Oh cool ! just one more thing, is it possible to add more then 5 articles.. ? I Have add 5 and the 6th is disapired from the list ! Is there any .cs or something where i can increase the number of posts… Also in the admin section of the plugin are 5 article to see. tnx and sorry for bothering you. http://bkgamers.com/?page_id=169
That is really weird. I guess get_posts ignores an argument. A quick solution is to replace every argument of "posts_per_page" => -1 with "nopaging" => true in calls to the get_posts() function in the file dippsy_queries.php .
Will be fixed with the next update, version 1.1. (For now, a simple workaround for this is to first add the file with an arbitrary price, and then set the real price and update the product.)
Oh cool ! just one more thing, is it possible to add more then 5 articles.. ? I Have add 5 and the 6th is disapired from the list ! Is there any .cs or something where i can increase the number of posts… Also in the admin section of the plugin are 5 article to see. tnx and sorry for bothering you. http://bkgamers.com/?page_id=169
That is really weird. I guess get_posts ignores an argument. A quick solution is to replace every argument of "posts_per_page" => -1 with "nopaging" => true in calls to the get_posts() function in the file dippsy_queries.php .