• Ebolas

    (@ebolas)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author paxmanpwnz

    (@paxmanpwnz)

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

    Thread Starter Ebolas

    (@ebolas)

    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.

    https://bkgamers.com/?page_id=169

    Plugin Author paxmanpwnz

    (@paxmanpwnz)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Dippsy] Price settings’ is closed to new replies.