Skip to main content

πŸ”„ Updating LucentUI

LucentUI receives updates regularly to bring new UI improvements, fixes, and compatibility with the latest Paymenter versions. You can update the theme using manual update or using the recommended PTB (.paytheme) method.

βš™οΈ Manual Update

This is the standard method if you installed LucentUI from a ZIP file.
1

Download the latest ZIP

Get the latest version of lucentui.zip from your purchase source.
2

Upload and overwrite

Replace the existing theme directory:
mv lucentui.zip /var/www/paymenter/themes
cd /var/www/paymenter/themes
unzip -o lucentui.zip
The -o flag will overwrite the previous files with the new ones.
3

Rebuild the theme

After replacing the files, navigate to your Paymenter root and rebuild assets:
cd /var/www/paymenter
npm run build lucentui

Skipping the build step may result in a 500 Internal Server Error.

πŸ§ͺ Checking Version

You can verify that the update was successful by checking your theme’s admin settings page, the theme.php file or the Admin Footer.

πŸ“Œ Notes

  • Custom changes will be overwritten unless you’ve backed them up.
  • Always backup your theme files and database before updating.
  • Read the latest changelogs for what’s new.

🚨 Troubleshooting

  • 500 Internal Server Error? β†’ Re-run npm run build lucentui and clear your browser cache.
  • Missing Styles or Broken Layouts? β†’ Ensure assets were rebuilt correctly and check for version compatibility.