WPIntell

Source evidence

[Plugin: Dippsy] Price settings

Dippsy · support · 2010-11-21T08:02:00+00:00

complaintsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 33 rows with source links

24.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Ebolas unresolved
Hi 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 .

Comments

3 shown
paxmanpwnz 2010-11-21T17:23:00+00:00

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.)

Ebolas 2010-11-22T12:28:00+00:00

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

paxmanpwnz 2010-11-22T17:00:00+00:00

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 .