• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Car Dealer Pro

Car Dealer Pro V3.0

No permission to download

hunter0

Member
Nov 5, 2019
64
76
18
hunter0 submitted a new resource:

Car Dealer Pro - highly customizable, open source and user friendly car dealer script

Car Dealer Pro is highly customizable, open source and user friendly car dealer script that allows you to manage your vehicle inventories. Car Dealer Pro is an absolute must for car dealerships or car classified websites. It provides auto dealers and site owners with an Admin Panel that gives you full control over the content and car listings. Car Dealer Pro is user friendly, fully functional and easy to use.

Read more about this resource...
 
came with the following errors: the payment part is in error, it does not register members, someone managed to correct it
 
came with the following errors: the payment part is in error, it does not register members, someone managed to correct it
I found some errors but it was due to PHP version 8.2 it worked fine although I didn't test the other functions
 
  • Like
Reactions: ManausBR
came with the following errors: the payment part is in error, it does not register members, someone managed to correct it
Hello my friend, I just arrived at the new user registration error that you mentioned and I corrected the problem, follow the updated file to solve your installation, I hope I can help, since the problem you face with the payment method I do not know if I will face it because I will implement a method from my country called Pix and I will not use the system natives.

Update file (front.class.php) on folder lib:

/lib/front.class.php
 

Attachments

  • front.class.zip
    8.3 KB · Views: 8
Hello my friend, I just arrived at the new user registration error that you mentioned and I corrected the problem, follow the updated file to solve your installation, I hope I can help, since the problem you face with the payment method I do not know if I will face it because I will implement a method from my country called Pix and I will not use the system natives.

Update file (front.class.php) on folder lib:

/lib/front.class.php
https://carros.manaus.pro/ friend it worked thank you very much, do you know how to put the images the demo text or does it have to be done manually, post one by one
 
https://carros.manaus.pro/ friend it worked thank you very much, do you know how to put the images the demo text or does it have to be done manually, post one by one
Hey my friend, good afternoon, whatever I find and manage to fix, I'll let you know here, I have a project and this system seems to be working well for me, so I'm going to buy its license soon, Regarding the content, it is necessary to include it manually, the installation database is empty.
 
1688055779281.png
Another error I found when you register a customer manually in the administration area gives this error
I haven't seen this error yet but I'm going to check it out, I work with translation and code customizations if needed I've already made the translation package in our language for sale of this system
 
  • Like
Reactions: ManausBR
I haven't seen this error yet but I'm going to check it out, I work with translation and code customizations if needed I've already made the translation package in our language for sale of this system
carro.manaus.pro/admin
Login: Admin
Login: 5211aanS!@#

as it is just a test, you can enter to see
 
Same Problem and this one too

i dont know why text show in this page

screencapture-lofutaxi-cf-admin-gateways-2023-07-08-18_38_48.png

For those who are facing the same follow correction, at the end of the /view/admin/gateways.tpl.php file remove the last line of the file that contains:

<?php Debug:: pre($this);?>

After this change the content below the payment methods will no longer be shown.
PHP:
<?php
    /**
     * Menus
     *
     * @package Wojo Framework
     * @author wojoscripts.com
     * @copyright 2022
     * @version $Id: gateways.tpl.php, v1.00 2022-05-05 10:12:05 gewa Exp $
     */
    if (!defined("_WOJO"))
        die('Direct access to this location is not allowed.');
   
    if (!Auth::checkAcl("owner")) : print Message::msgError(Lang::$word->NOACCESS);
        return; endif;
?>
<?php switch (Url::segment($this->segments)): case "edit": ?>
  <!-- Start edit -->
  <h2><?php echo Lang::$word->GW_TITLE1; ?></h2>
  <p class="wojo small text"><?php echo Lang::$word->GW_INFO1; ?></p>
  <form method="post" id="wojo_form" name="wojo_form">
    <div class="wojo segment form">
      <div class="wojo fields">
        <div class="field five wide">
          <label><?php echo Lang::$word->GW_NAME; ?>
            <i class="icon asterisk"></i></label>
          <div class="wojo input">
            <input type="text" placeholder="<?php echo Lang::$word->GW_NAME; ?>"
              value="<?php echo $this->row->displayname; ?>" name="displayname">
          </div>
        </div>
        <div class="field five wide">
          <label><?php echo $this->row->extra_txt; ?>
            <i class="icon asterisk"></i></label>
          <div class="wojo input">
            <input type="text" placeholder="<?php echo $this->row->extra_txt; ?>"
              value="<?php echo $this->row->extra; ?>" name="extra">
          </div>
        </div>
      </div>
      <div class="wojo fields">
        <div class="field five wide">
          <label><?php echo $this->row->extra_txt2; ?></label>
          <div class="wojo input">
            <input type="text" placeholder="<?php echo $this->row->extra_txt2; ?>"
              value="<?php echo $this->row->extra2; ?>" name="extra2">
          </div>
        </div>
        <div class="field five wide">
          <label><?php echo $this->row->extra_txt3; ?>
          </label>
          <div class="wojo input">
            <input type="text" placeholder="<?php echo $this->row->extra_txt3; ?>"
              value="<?php echo $this->row->extra3; ?>" name="extra3">
          </div>
        </div>
      </div>
      <div class="wojo fields">
        <div class="field">
          <label><?php echo Lang::$word->GW_LIVE; ?></label>
          <div class="wojo checkbox radio inline">
            <input name="live" type="radio" value="1" <?php echo Validator::getChecked($this->row->live, 1); ?>
              id="live1">
            <label for="live1"><?php echo Lang::$word->YES; ?></label>
          </div>
          <div class="wojo checkbox radio inline">
            <input name="live" type="radio" value="0" <?php echo Validator::getChecked($this->row->live, 0); ?>
              id="live2">
            <label for="live2"><?php echo Lang::$word->NO; ?></label>
          </div>
        </div>
        <div class="field">
          <label><?php echo Lang::$word->ACTIVE; ?></label>
          <div class="wojo checkbox radio inline">
            <input name="active" type="radio" value="1" <?php echo Validator::getChecked($this->row->active, 1); ?>
              id="active1">
            <label for="active1"><?php echo Lang::$word->YES; ?></label>
          </div>
          <div class="wojo checkbox radio inline">
            <input name="active" type="radio" value="0" <?php echo Validator::getChecked($this->row->active, 0); ?>
              id="active2">
            <label for="active2"><?php echo Lang::$word->NO; ?></label>
          </div>
        </div>
      </div>
      <div class="wojo fields">
        <div class="field">
          <label><?php echo Lang::$word->GW_IPNURL; ?></label>
            <?php echo SITEURL . '/gateways/' . $this->row->dir . '/ipn.php'; ?>
        </div>
      </div>
      <div class="center aligned">
        <a href="<?php echo Url::url("/admin/gateways"); ?>"
          class="wojo simple button"><?php echo Lang::$word->CANCEL; ?></a>
        <button type="button" data-action="processGateway" name="dosubmit"
          class="wojo secondary button"><?php echo Lang::$word->GW_UPDATE; ?></button>
      </div>
    </div>
    <input type="hidden" name="id" value="<?php echo $this->row->id; ?>">
  </form>
    <?php break; ?>
<?php default: ?>
  <h2><?php echo Lang::$word->GW_TITLE; ?></h2>
  <p class="wojo small text"><?php echo Lang::$word->GW_INFO; ?></p>
    <?php if ($this->data): ?>
    <div class="wojo cards screen-3 tablet-3 mobile-1">
        <?php foreach ($this->data as $row): ?>
          <div class="card">
            <div class="content dimmable <?php echo ($row->active == 0) ? "active" : ""; ?>"
              id="item_<?php echo $row->id; ?>">
              <a href="<?php echo Url::url(Router::$path, "edit/" . $row->id); ?>">
                <img src="<?php echo SITEURL; ?>/gateways/<?php echo $row->dir; ?>/<?php echo $row->name; ?>_logo.svg"
                  alt=""></a>
            </div>
            <div class="divided footer">
              <div class="row align middle">
                <div class="columns">
                  <a
                    href="<?php echo Url::url(Router::$path, "edit/" . $row->id); ?>"><?php echo $row->displayname; ?></a>
                </div>
                <div class="columns auto">
                  <div class="wojo fitted toggle checkbox is_dimmable"
                    data-set='{"option":[{"action": "gatewayStatus","id":<?php echo $row->id; ?>}],"parent":"#item_<?php echo $row->id; ?>"}'>
                    <input name="active" type="checkbox" value="1" <?php echo Validator::getChecked($row->active, 1); ?>
                      id="gateway_<?php echo $row->id; ?>">
                    <label for="gateway_<?php echo $row->id; ?>"><?php echo Lang::$word->ACTIVE; ?></label>
                  </div>
                </div>
              </div>
            </div>
          </div>
        <?php endforeach; ?>
    </div>
    <?php endif; ?>
    <?php break; ?>
<?php endswitch; ?>
 
  • Like
Reactions: ManausBR and aw1dex
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock