SMF Tricks

SMF Tricks Mods => Free Mods => Topic started by: Diego Andrés on February 02, 2014, 06:32:27 PM

Title: ST Shop
Post by: Diego Andrés on February 02, 2014, 06:32:27 PM
Link to the mod (https://custom.simplemachines.org/index.php?mod=1794)

(https://smftricks.com/logos/logo.png) (https://smftricks.com/)

(https://img.shields.io/badge/License-MPL%202.0-248049) (https://img.shields.io/badge/Hooks%20Only-Yes-6041a3) (https://img.shields.io/badge/SMF-2.1-3f73a0)

ST Shop for SMF
Developed by: Diego Andrés (https://smftricks.com/index.php?action=profile;u=1)
Original Developer: Sleepy Arcade™ (https://www.simplemachines.org/community/index.php?action=profile;u=84438)
Original Idea: Daniel15 (https://www.simplemachines.org/community/index.php?action=profile;u=9547)



Introduction
ST Shop allows you to add a shop to your forum and gives you a wide variety of options to customize your shop for your users experience.

Features

Localization
(https://www.simplemachines.org/site_images/lang/english.gif) English


Changelog (https://github.com/SMFTricks/ST-Shop/blob/master/CHANGELOG.md)
GitHub (https://github.com/SMFTricks/ST-Shop)

ST Shop Modules (https://github.com/SMFTricks/ST-Shop-Modules)
Modules and Addons Discussion (https://smftricks.com/index.php?board=109.0)
Title: Re: ST Shop
Post by: tornes12 on July 08, 2014, 11:44:53 AM
Diego me gustaria saber como traducirla al español?
Title: Re: ST Shop
Post by: atenea_user on July 08, 2014, 01:37:31 PM
Buenas, me gustaría saber si en la creación de objetos se podrían subir iconos personalizados, sólo puedo usar los de por defecto, lo que limita mucho el juego del mod.
Title: Re: ST Shop
Post by: GamePersia on July 22, 2014, 12:41:48 AM
Kindly help,..when installing this awesome mod in wrap theme,...error occured :(
"./Themes/Wrap/Display.template.php" test failed  :'(

Kindly guide me.
Title: Re: ST Shop
Post by: Diego Andrés on July 23, 2014, 07:04:10 PM
You're trying to add that line manually?
You're going in a good way, just add it before
// Show how many blah blah
Title: Re: ST Shop
Post by: GamePersia on July 23, 2014, 09:42:52 PM
Quote from: Diego Andrés on July 23, 2014, 07:04:10 PM
You're trying to add that line manually?
You're going in a good way, just add it before
// Show how many blah blah
the line before or replace it ?
and i have to put the single line before or full code ?   :-\
Title: Re: ST Shop
Post by: Diego Andrés on July 23, 2014, 09:48:11 PM
Just find
// Show how many posts they have made.

And BEFORE, add this

// Begin shop Mod
echo '
<li>', $modSettings['shopprefix'], $message['member']['cash'], $modSettings['shopsurfix'], ' </li>';
echo'<li><a href="', $scripturl, '?action=shop;sa=inventory;next2=', $message['member']['username'], '">',$txt['View_Inventory'],'</a></li>
<li><a href="', $scripturl, '?action=shop;sa=gift;u=', $message['member']['username'], '">Send '.$modSettings['shopsurfix'].'/Gift </a></li>';
echo '<li>';
if ($modSettings['ShopIpDis'] == 1 && $modSettings['ShopIpPos'] == 0)
{
if (count($message['member']['shopitems']) != 0)
{
foreach ($message['member']['shopitems'] as $shopitem)
{
echo '<img src="',$settings['images_url'], '/shopimg/item_images/',$shopitem['image'],' " alt ="',$shopitem['desc'],'" />&nbsp;&nbsp;';
}

}
}
echo '</li>';
// End shop Mod
Title: Re: ST Shop
Post by: GamePersia on July 23, 2014, 10:05:40 PM
Ok,..it worked and installed successfully.
but may i know how to use this thing ?
means where i can get full description to use this shop ?
it's really nice mod. kindly help me to use it.

Like after installing, i visited shop,..and found that there are Shown richest members [pocket], so there are 10 members who have 1000 credits,..so what it means ?
only 10 members have credit ?
===========
And suppose we buy items,..like Games Room Pass,..for xxx days,..so will pass be automatically for xxx days or we have to disable after xxx days ?  :-\
Title: Re: ST Shop
Post by: Diego Andrés on July 24, 2014, 01:14:15 AM
I don't have any full description.
Maybe for the next version which is coming for SMF 2.1
Title: Re: ST Shop
Post by: GamePersia on July 24, 2014, 01:29:20 AM
Quote from: Diego Andrés on July 24, 2014, 01:14:15 AM
I don't have any full description.
Maybe for the next version which is coming for SMF 2.1
Next version  ;D ;D
may i know the changes and will it need this version to remove first ?  :-\
Title: Re: ST Shop
Post by: Diego Andrés on July 24, 2014, 09:43:51 AM
Quote from: GamePersia on July 24, 2014, 01:29:20 AM
Next version  ;D ;D
may i know the changes and will it need this version to remove first ?  :-\

That's obvious, because you'll also lost all your themes and mods, because as I said, is coming for the Next version of SMF, which is SMF 2.1, so you'll need to upgrade. Anyway, there's not a release date for SMF 2.1, is going to be ready when it's ready.
You can check how things are going in the repo at GitHub: https://github.com/SimpleMachines/SMF2.1

And you can find a "monthly" update here: http://www.simplemachines.org/community/index.php?board=129.0

Regards

PD: This topic was about SA Shop, we went too far from it.
Title: Re: ST Shop
Post by: GamePersia on July 24, 2014, 10:06:12 AM
Quote from: Diego Andrés on July 24, 2014, 09:43:51 AM
That's obvious, because you'll also lost all your themes and mods, because as I said, is coming for the Next version of SMF, which is SMF 2.1, so you'll need to upgrade. Anyway, there's not a release date for SMF 2.1, is going to be ready when it's ready.
You can check how things are going in the repo at GitHub: https://github.com/SimpleMachines/SMF2.1

And you can find a "monthly" update here: http://www.simplemachines.org/community/index.php?board=129.0

Regards

PD: This topic was about SA Shop, we went too far from it.
yes we went too far  ;D ;D
Title: Re: ST Shop
Post by: dakosmu on February 24, 2023, 12:33:09 AM
como comprar ticke para entrar al GAMEROOMS
algun tutoriald e como usar la ST Shop 4.1??
Title: Re: ST Shop
Post by: Diego Andrés on February 24, 2023, 06:50:50 AM
Tienes que crear un ítem que utilice el módulo de games pass.
Después hay que comprar el ítem y usarlo desde el inventario.

Saludos
Title: Re: ST Shop
Post by: Varlov on February 27, 2023, 11:20:37 AM
Hello Diego!

One quick question - what is the maximum amount a credits that a user can have? Thanks!
Title: Re: ST Shop
Post by: Diego Andrés on February 27, 2023, 11:24:49 AM
Columns are not currently unsigned so 8388607 in pocket, and probably around 1 billion in bank.
Title: Re: ST Shop
Post by: Rey Almeja on April 15, 2023, 02:11:26 AM
¡Qué onda Diego Andrés!  ;D

Me gustó mucho tu MOD sobre esta Tienda ST. Me gustaría saber ¿si hay traducción al Español de este MOD? y en caso de que exista una traducción al español ¿cómo se instalaría o configuraría la traducción para el MOD?.

Esperando tus amables respuestas para saber si hay traducción o no de este excelente MOD que me interesa para mi Foro.

¡Saludos!  8)
Title: Re: ST Shop
Post by: Diego Andrés on April 15, 2023, 09:35:52 AM
De momento no se ha trabajado en una traducción, espero que más adelante lo pueda hacer.
Title: Re: ST Shop
Post by: Rey Almeja on April 16, 2023, 12:54:41 AM
QuoteDe momento no se ha trabajado en una traducción, espero que más adelante lo pueda hacer.

Espero que pronto se pueda trabajar en la traducción al Español de este MOD de la Tienda para poderlo descargar, configurar y montarlo en mi Foro. Y que ese pronto sea en cuanto se de en sus posibilidades de trabajar la traducción.

¡Saludos! y a la espera de tener estas buenas noticias sobre el MOD.  8)