-
Notifications
You must be signed in to change notification settings - Fork 23
How to get Config variables
Gunjan Patel edited this page Apr 21, 2016
·
4 revisions
$config = Redshop::getConfig();
$config->get('SHOP_NAME');
// Or directly
$shopName = Redshop::getConfig()->get('SHOP_NAME');Legacy method of directly using SHOP_NAME type variable is still works until redSHOP 1.7. In redSHOP 1.7 we have planned completely switch to new way.
- Home
- Developer
- How to get Config variable
- Product
- Validate AJAX Request
- Render JLayout or redSHOP Layout
- redSHOP Joomla Plugin Architecture Types
- Creditcard Payment Gateway List
- History of redSHOP Checkout Flow
- redSHOP 1.x series development decisions
- RedSHOP for Joomla 2.5 guidelines
- redSHOP Payment Gateway Sandbox Details
- redSHOP Shipping API Test Details