• 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!

Shop System Problem

Kevin Cerda

New Member
Joined
Apr 15, 2018
Messages
14
Reaction score
1
Could someone help me, when I added this item to the shop, its correct picture did not appear. I think it is because it is a unique item or something like that. Could you help me solve it?

Jfi3Rsd.png
 
just right click on the image, open on new tab and check it's path you will find where the pic is exactly change the pic to the correct item.
 
just right click on the image, open on new tab and check it's path you will find where the pic is exactly change the pic to the correct item.

Thanks but nope

I fix by this way ...

First i download images of my version in http://item-images.ots.me/
i went to xampp\htdocs\images
and i unpacked the images there

Then i went to config.php and change this
Lua:
$config['site']['item_images_url'] = 'http://item-images.ots.me/1030/';

for this
Code:
$config['site']['item_images_url'] = '/items/';

Finally i edit the picture that i want to post on my shop
I copied the image that I wanted my item to have in the shop and change the ID to the picture that I copy and paste and only put the id of the item that I had in my web shop
 
Back
Top