6amMart

View Categories

Rental Module addon

Setting Up the Rental Module in the React Website. #

If you’ve downloaded the react website code without the rental module and rental module from CodeCanyon and successfully run it in your IDE, follow these steps to integrate the rental module:

  1. Extract the downloaded file to access the rental_module folder.
  2. Navigate to your project directory -> src/components/home/module-wise-components.
  3. Delete the existing rental folder, as it contains no code.
  4. Copy the extracted rental folder from the downloaded rental module package.
  5. Paste it inside the module-wise-components folder of your react website project.

Your rental service is now successfully integrated and ready to use on the React website.