mrgreatman
Member
+447520621798 WhatsApp number available for youCan anyone install the script? I'll pay
Reacted by:
+447520621798 WhatsApp number available for youCan anyone install the script? I'll pay
[Not Nulled]
v5.1.0 10 August 2023- External Product Support Added [New Feature]
- Import Export issue fixed [Issue Fix]
- Explore slider bug fixed [Bug Fix]
v5.0.0 26 July 2023- Multiple payment gateway management [new feature]
- Product publish management control [new feature]
- OpenAI integration added[New Feature]
- Added Setting Seeder [New Feature]
- New Console Command marvel:settings_seed [New Feature]
- Added Settings Dummy data seeder command [New Feature]
- Added Country wise currency formation support [New Feature]
- Admin File validation [Issue Fix]
- product out-of-stock quantity [issue fix]
- Fixed Settings issue [Issue Fix].
- product sale price [issue fix]
- multi-language auto-translation [issue fix]
*** Hidden text: cannot be quoted. ***
Hey can you update to v5.2[Not Nulled]
v5.1.0 10 August 2023- External Product Support Added [New Feature]
- Import Export issue fixed [Issue Fix]
- Explore slider bug fixed [Bug Fix]
v5.0.0 26 July 2023- Multiple payment gateway management [new feature]
- Product publish management control [new feature]
- OpenAI integration added[New Feature]
- Added Setting Seeder [New Feature]
- New Console Command marvel:settings_seed [New Feature]
- Added Settings Dummy data seeder command [New Feature]
- Added Country wise currency formation support [New Feature]
- Admin File validation [Issue Fix]
- product out-of-stock quantity [issue fix]
- Fixed Settings issue [Issue Fix].
- product sale price [issue fix]
- multi-language auto-translation [issue fix]
*** Hidden text: cannot be quoted. ***
v5.2.0 18 August 2023
- Vendor Gross Sales & Current Balance issue fixed [Issue Fix]
- User Registration Mail confirmation issue fixed [Bug Fix]
v5.3.0 25 August 2023
- Product Review Issue Fixed [Issue Fix]
- Sorting Issue Fixed [Issue Fix]
- Admin Dashboard Order Page fixed in Small Devices [Issue Fix]
- Admin Dashboard Bug Fixed [Bug Fix]
I am using this script link: https://glacier9952.onlineWho uses this script? Please share the link to your website
Could you please explain how?I found a bug, I can download any product for free
give me link on your website with pixerCould you please explain how?
v5.4.0 4 September 2023
- Added wallet details to customer profile. [Enhancement]
- Added proper Order Payment summary in the shop. [Enhancement]
- Order Wallet payment issue fixed. [Issue Fix]
- Order Partial Payment (Wallet and Payment Gateway) issue fixed. [Issue Fix]
- Site title and site Subtitle issue fixed [Issue Fix]
v5.5.0 20 September 2023
- Order details page issue fixed in small devices [Issue Fix]
- Sorting and filtering issue fixed [Issue Fix]
- Internal bug fixes for both Shop and Admin [Bug Fix]
v6.0.0 25 November 2023
-FAQs builder added [both Super admin & Vendor end]
-Terms and Condition builder added [both Super admin & Vendor end]
-Contact page added for vendor specific.
-Settings area revamped
-Dashboard section facelifted (Super admin, Vendor & Staff)
-Real-time notification added for order
-Route searching
-Product, tag, categories filtering options added
-Sidebar menu & Footer area update
-Product preview system added
Open file pixer-api\packages\marvel\src\Helpers\helpers.php@raz0r please null this as the author has implemented license verification
function getConfigFromApi(string $code)
{
$url = "https://customer.redq.io/api/sale/verify";
$code = trim($code);
if (!preg_match("/^([a-f0-9]{8})-(([a-f0-9]{4})-){3}([a-f0-9]{12})$/i", $code)) {
return false;
}
$response = Http::post($url, [
"k" => $code,
"i" => 36383345,
"n" => "Pixer - React Laravel Ecommerce Multivendor Digital Marketplace",
"v" => config('shop.version'),
"u" => url('/'),
]);
$responseBody = $response->json(); // converted response to array
$is_validated = isset($responseBody['isValid']) ? $responseBody['isValid'] : false;
$domains = isset($responseBody['domains']) ? $responseBody['domains'] : [];
$body = !empty($responseBody) && is_array($responseBody) ? $responseBody : [];
return [
...$body,
'license_key' => $code,
'trust' => $is_validated,
'domains' => $domains,
'status' => $response->status()
];
}
function getConfigFromApi(string $code)
{
return ['license_key' => '**************', 'trust' => true];
}