+ Reply to Thread

Thread: Shopsystem?

  1. #1
    ... RunarM's Avatar
    Join Date
    Jul 2008
    Location
    Norway/Tromsø
    Posts
    1,525
    Blog Entries
    3
    Reputation
    RunarM is on a distinguished road
    Status
    RunarM is offline

    Exclamation Shopsystem?

    How does the shop system in gesiors aac work?

    $offer['id'] = $data['id'];
    $offer['type'] = $data['offer_type'];
    $offer['days'] = $data['count1'];
    $offer['points'] = $data['points'];
    $offer['description'] = $data['offer_description'];
    $offer['name'] = $data['offer_name'];

    should i edit there?
    Give me an example please

    Runarm

  2. #2
    Q-productions
    Join Date
    Feb 2008
    Location
    010
    Posts
    2,146
    Reputation
    christiandb has disabled reputation
    Status
    christiandb is online now
    Is it that hard to read the english in Gesior's shop topic?
    Do you have a really good project and are you looking for a hoster? Contact me asap!

  3. #3
    Red
    Cyntara Admin Red's Avatar
    Join Date
    Aug 2008
    Location
    United States
    Posts
    2,129
    Reputation
    Red has disabled reputation
    Status
    Red is online now
    If you have z_shop_offer in your database, use the SQL button, paste this information, and then click "Go". (You will want to continue this until all of your items are made, Making sure that the `id` is ONE higher every time you submit it! Afterward, you should see a new table.

    This content is only visible to registered users.

    `id` = Unique ID of the item. These go up in intervals of 1, each item has to be different. (ex. 1, 2, 3, 4, 5)
    `points` = How many points it will cost
    `itemid1` = The ID of the item
    `count1` = How many of the item (ID above) do you wish to receive
    `itemid2` = Set to 0, you wont use this unless you are selling backpacks of items
    `count2` = Same as above
    `offer_type` = The type of offer you're giving away. This one is obviously, one item, so keep it as `item`.
    `offer_description` = The description on the website. What you want to advertise about the item.
    `offer_name` = Name of the item on the website

    Edit the tables as needed, and it should appear in your shop, as seen below:

    This content is only visible to registered users.
    (obviously that was made for my server specifically)

    Red
    - Tech Tech, N9ne n9ne, Shit, im lovin' it!

  4. #4
    ... RunarM's Avatar
    Join Date
    Jul 2008
    Location
    Norway/Tromsø
    Posts
    1,525
    Blog Entries
    3
    Reputation
    RunarM is on a distinguished road
    Status
    RunarM is offline
    thanks red.

    Quote Originally Posted by christiandb View Post
    Is it that hard to read the english in Gesior's shop topic?

    Is it hard to answear my question?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts