• The default language of any content posted is English.
Pixer - React Laravel Multivendor Digital Marketplace

Pixer - React Laravel Multivendor Digital Marketplace 6.5.0 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]

please update, thank you so much!
 
[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]

 
[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. ***

[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.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]

 
Who uses this script? Please share the link to your website
 
I found a bug, I can download any product for free
 
raz0r updated Pixer - React Laravel Multivendor Digital Marketplace with a new update entry:

Pixer Laravel v5.4.0

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]

Read the rest of this update entry...
 
v5.5.0 20 September 2023-

[Not Nulled]
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]

@raz0r

 
raz0r updated Pixer - React Laravel Multivendor Digital Marketplace with a new update entry:

Pixer v6.0.0 - React Laravel Multivendor Digital Marketplace

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

Read the rest of this update entry...
 
@raz0r please null this as the author has implemented license verification
Open file pixer-api\packages\marvel\src\Helpers\helpers.php

find code:

PHP:
        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()
            ];
        }
replace with:

Code:
        function getConfigFromApi(string $code)
        {
            return ['license_key' => '**************', 'trust' => true];
        }
 
Top