+ Reply to Thread
Results 1 to 2 of 2

Thread: How can i get the Listing price?

  1. #1
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    How can i get the Listing price?

    Hello Flynax developers,

    I have a little problem.

    Suppose a user created a listing and does not complete this.
    The last page of the procedure was the payment page.

    Later the customer wants to finish the incomplete listing.
    As far as everything ok, the incomplete listing is loaded at the payment page (last step).

    As for me it is now possible to get to the listing price.
    I mean the price that the customer has defined of his item/product not the plan/package price.

    How can i get this customer item/product price from incomplete listing?
    The ID of this listing rather than the price would be alternative also ok for me.
    Then i can get the price through sql query.


    Best regards
    Steffen
    Last edited by Steffen Buschkemper; November 1, 2013 at 03:01 AM.

  2. #2
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    How can i get the Listing price? *SOLVED*

    Hi Flynax Team,

    i have found what i need.

    For others who need it.
    That was the solution:

    PHP Code:
    Only registered members can view the code
    Now i can get the price with the follow in my script:

    PHP Code:
    Only registered members can view the code
    Best regards
    Steffen
    Last edited by Steffen Buschkemper; November 1, 2013 at 06:36 AM.

+ Reply to Thread