Travelin - Question | JoomShaper

Travelin

Ł

Łukasz

Template 1 month ago

Hello, I have a question: who designs these pre-made templates and where is the logic behind them? Travelin Joomla 6 package.

  1. Why do I have to enable the custom code tab every time I create a new package to prevent the page from looking messed up?

  2. Why don't the child price and promotion work?

When adding a new trip offer, it's added to the very bottom of the page in the Joomla menu. The offer should be added to the very top. If there are many offers, you have to scroll to the bottom of the page or click through to the next page to find the offer.

  1. The decimal price doesn't work. For example, PLN 125.50. The price must be rounded to PLN 125 or PLN 126.

You're creating a community component, but it's full of bugs and completely illogical. I have problems with it when I create websites, let alone my client. There are no payment gateways for the Polish market.

0
6 Answers
Ł
Łukasz
Accepted Answer
1 month ago #214939

The following configurations aren't working. This is a disaster. It looks like translations are also missing in the files. This is what some of the messages look like when I receive them. They're missing for how many days and until when.

Thank you for booking Malta for 0 day(s) (2023-01-23 - {checkout}).

Can someone please check each option step by step when creating a package and make reservations? Not everything is working properly.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #215062

Hi there,

Thank you for reaching out. Yes, there has a problem. Let me clarify some points.

Why do I have to enable the custom code tab every time I create a new package to prevent the page from looking messed up?

Share a screenshot. Are you talking about this css code box? https://prnt.sc/e-hlv42fBLOk

Why don't the child price and promotion work?

Yes, It has a problem. I will try to manage a fix as soon as possible.

When adding a new trip offer, it's added to the very bottom of the page in the Joomla menu. The offer should be added to the very top. If there are many offers, you have to scroll to the bottom of the page or click through to the next page to find the offer.

Which option did you use to display offer? Please share a screenshot or clarify more deatils.

The decimal price doesn't work. For example, PLN 125.50. The price must be rounded to PLN 125 or PLN 126.

It doesn't work into the packages or Hotels? or Everywhere?

I appreciate your cooperation and will ensure to get back to you as soon as possible.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
Ł
Łukasz
Accepted Answer
1 month ago #215233
  1. The custom code option must be enabled because without it the page layout breaks. I'm sending the link. https://prnt.sc/J6UYS46dATZ_

  2. When I add a new offer in a package, even though the display changes, it doesn't respond. It should be set up like regular Joomla articles. The newest package appears at the top of the page, not the bottom. I'm sending a link. https://prnt.sc/BfbCqKlMt5H0

  3. Where can I change the translation on an invoice? Where is such an invoice saved for viewing in the Dashboard? Can I disable the invoice so it doesn't generate? I'm sending a link. https://prnt.sc/Is0IbxHNbxup

  4. I need custom fields here. This will make configuring this form much easier. Can I connect a recaptcha or hcaptcha here? https://prnt.sc/nTqxx3Pfouf8

  5. Where is the translation for this? https://prnt.sc/oJbIq7IGD3wS

  6. The package menu isn't visible after confirming the reservation. https://prnt.sc/rfxtwaW3GiwJ

  7. Will you create payment gateways for Polish?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #215298

Provide me FTP access & administrator access. I will solve possible issues. Thanks

0
Ł
Łukasz
Accepted Answer
1 month ago #215314

Point me to these solutions. I need to know this for other sites.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #215322
  1. Download and replace this file on this file location templates/travelin/html/com_spbooking/package/default.php default.php.zip And add this CSS code inside the custom.css file.

    .view-package .spbooking-container.package-details-bottom-wrapper {
     max-width: 1070px !important;
     margin: 0 auto;
    }
    .view-package .spbooking-container {
     width: 1070px !important;
     margin: 0 auto;
    }
    .view-package .package-details-top-wrapper .spbooking-details-top-left .spbooking-package-details-price-wrap {
     display: flex;
     margin-top: 45px;
     border-top: 1px solid rgba(33,40,34,.1);
     padding-top: 25px;
     align-items: center;
     width: 100%;
    }
  2. Will update next relase

  3. Go to the file location & find out this code. Then change the Invoice text. There is no option to disable the invoice. language/en-GB/en-GB.com_spbooking.ini 'COM_SPBOOKING_INVOICE_TITLE' => 'Invoice',

  4. Sorry, right now this feature/functionality is not available.

  5. Go to the file location and find out this code. Then change the child text. language/en-GB/en-GB.com_spbooking.ini COM_SPBOOKING_CHILD="Child"

  6. Add this CSS code inside the custom.css file.

    .view-invoice #sp-header {
     background: rgb(32 40 35);
     height:85px;
    }

-Thanks

0