Adds a shared package info modal to category views (list + grid).
Clicking the info button now opens the package details (name, image, description, price, add-to-cart) in a modal overlay without navigating away. Descriptions render with full HTML formatting. Escape key or backdrop click closes.
Out-of-category info links (featured packages, checkout, addons) continue to link to the full package page, since descriptions aren't available in those contexts.
Files changed:
layout.html— shared modal DOM + vanilla JSstore.css—.package-modal-*styles with self-contained button classescategory.html— info buttons + card overlay converted to modal triggerspackage.html— description wrapper<p>→<div>
This update adds extra checkmarks to ensure your customers are using the right account, have parental approval and a link to the Tebex terms of service.
Files changed:
Layout.html
Checkout.html
Store.css
This update adds support for our new addons and addon updates.
New addon:
- Staff team page
Updated addon:
- Crate upselling now Key upselling and Coin slider (New)
Updated files:
- Cms/page
- Category.html
- Store.css
- Dark-chema.json
I added a toast error for when a package cannot be purchased as it had not met requirements instead of just redirecting to homepage.
Summery
In short this update had redone our entire codebase, to aim for a a easier configuration and for easier future updating. As of before it was not coded by me Vosiekip but by the previous owner it contained lots of inline CSS, and used the bootstrap column structure. This is now fully removed.
New
- Colorways (No more tedious color picking, you can now have it done with our premade selector)
- Login page (We have removed the need of a modal for bedrock login and added support for hytale)
- New homepage (We have given the entire homepage a makeover, to give it a more direct and responsive structure)
- New checkout (Our original checkout was not optimized for sales, this one directs customers to the purchase faster)
- New package page (We have removed the switch between modal and page and just kept the page variant, we understand this is not preferred by some but allows for cleaner code that is not fighting against Tebex)
Removed
- Language selector (We are goin to switch to the Tebex native variable system. We have also limited the overall text the theme showcases)
- Custom header and footer links (This feature got most of you confused, as you just wanted your pages to be located there, which they now are)
- Server guides slider (This features was not used by many of you, it was also confusing next to our FAQ and Rules addon)
- Showcasing addons on the homepage (This was making the homepage a marathon long, and it was mostly confusing the users better to keep it on separate pages for consistency)
Bug fixes
- Continue button for discord button not working
- Image resetting (We now use links instead of image uploader from Tebex)
Why?
We have done this update to improve your and your customers experience.
- The settings page has decreased from 12 to 6 categories, making it much faster to get your store up and running (And lesson the support).
- UX, has been prioritized we want your store to perform and have a good conversions.
- Codebase, was redone so that I don't feel stuck withing the boundaries of bootstrap and to remove all inline CSS. Making it much easier to perform future updates and or bug fixes.
Should I switch my old?
I would recommend it, as I am dropping support for the old codebase.
- If you need a reinstalment just open a ticket and I do it free of charge (like always).
This update resolves a few minor bugs:
- Category buttons not resizing to fit the text.
- Footer links (Server IP, Discord) not adjusting to longer text.
You only need to install this update if you are experiencing issues with category name length or server IP name length.
Files: Store.css, Layout.html
This update resolves a few minor bugs, and removes the checkout redeem section. This has been replaced by the tebex checkout api.
