• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Shoping car system

Il Knight

Veteran OT User
Joined
Dec 1, 2014
Messages
678
Solutions
7
Reaction score
352
Location
Spain
someone can help me?
im triying to create a Shoping car system for my ot
241ulit_th.png

how i can do something like =
if you click on BUY botton of one item
this item is added to your shoping car?

i already create a table called
znote_car

Im using znote acc
 
This is a bit advanced for support, as I'm sure it would be fairly difficult, along with the fact that many support the idea of donations instead of an actual business model revolving around the open tibia community.

I would suggest posting in the request or jobs section, respectively.

Hyperlinked for your convenience. :D
 
I don't know how exactly the shop system works, but you can make buy button to push items to znote_car and then display all the items you have added on some subpage. All the rest should be pretty simple :d
 
Shop.php < display all the items available to buy.
Bag.php < display all the items you have added to the car and the total price of all

when you click on buy, i need to send the item to database "znote_car"
to later show it on the bag.php
easy easy
 
Back
Top