Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussion / Spirit Airlines Reservations +1 202-684-3533
« Last post by ronniecrewe on Today at 01:39:01 AM »
Spirit Airlines is known for its ultra-low-base fare service. The base fare only includes a seat and one personal item but  for getting additional services like preferred seats, checked and carry-out baggage, etc. One has to pay some extra price. Apart from that there are so many methods through which one can make reservations with Spirit Airlines like:

Visiting the Official website of Spirit Airlines: Go to Spirit Airlines' official website by using your preferred browser navigate My Trip page to search flights enter the departure and arrival cities, travel dates, and the total number of passengers that are visiting. If you are stuck at any step contact the customer agent of Spirit Airlines by using this number +1 202-684-3533.

Use Spirit Airlines Mobile App: Download the Spirit Airlines Mobile App on your Mobile Device and navigate the “My Trip” page to search for flights and you can book flights according to your schedule.

Contact Customer Care Agent: One can Contact the Customer care Agent through the mail or by dialing this number +1 202-684-3533.

Visiting Ticket Counter of Spirit Airlines: If you are not able to make an online booking you have another option also which is booking through the airport directly. But for that, you have to pay fees for getting boarding passes.
2
General Support / Re: Suggest a product when there are no search results
« Last post by llegrand on July 26, 2024, 12:05:17 PM »
a suggestion until a new solution becomes available.
have you thought about altering the product page of the discontinued item - saying it is discontinued  and changing your description with a link to the similar product??

Or perhaps  use a blurb -  with that info also?

3
to solve just open file public_html/storefront/controller/pages/checkout/guest_step_1.php
find method _validate ( line 632)
You need to replace
Code: [Select]
        if ($data['country_id'] == 'FALSE') {
            $this->error['country'] = $this->language->get('error_country');
        }

        if ($data['zone_id'] == 'FALSE') {
            $this->error['zone'] = $this->language->get('error_zone');
        }

with this
Code: [Select]
       if (!$data['country_id'] || $data['country_id'] == 'FALSE') {
            $this->error['country'] = $this->language->get('error_country');
        }

        if (!$data['zone_id'] || $data['zone_id'] == 'FALSE') {
            $this->error['zone'] = $this->language->get('error_zone');
        }
4
General Support / Suggest a product when there are no search results
« Last post by timlight10 on July 26, 2024, 08:12:21 AM »
If a customer searches my site for a particular product model number (e.g. PJ HD5451) but I do not carry that particular model number, or I carry a similar one, it is possible to display close matching alternatives?

For example, PJ HD5451 is a discontinued model...but the PJ HD6452 is the replacement. It would be better to show the customer the page for PJ HD6452 instead of saying "no results found" and then they leave the site...

Is this possible with AbanteCart, or with an extension?
5
Support / Re: product user uploaded image
« Last post by Basara on July 25, 2024, 04:12:34 AM »
This is indeed a great idea for an extension! Since there isn't an existing extension that meets your needs, it might be best to hire a developer to create a custom solution for you.
6
Support / Re: Exploring AbanteCart: Your Comprehensive E-commerce Solution
« Last post by agetoothsom on July 25, 2024, 03:06:42 AM »
AbanteCart is an open-source e-commerce platform known for its simple interface, comprehensive functionality, and adaptability. It was launched in 2010 and has rapidly grown in popularity among merchants looking for a dependable solution for their online businesses. AbanteCart, which is built on PHP and MySQL, combines great capability with simplicity, making it suitable for both new and experienced users.
7
Support / Re: product user uploaded image
« Last post by laura458 on July 24, 2024, 12:08:22 PM »
I have been trying to figure out how a customer can preview their uploaded image in the product section before placing their order so they know it is the right image they want on some of my personalized items as well as the check out page, but cannot figure out where to initiate the script for it. I can do it adding a script to the page itself using a block, customers can preview their image, but it won't add it to the order because it is not part of the Abantecart image upload script attached to the actual product order form. I also cannot find an extension for it.
8
General Support / Re: Problem when checking out help
« Last post by Basara on July 22, 2024, 01:02:55 AM »
Hello.
Please post your AbanteCart version and few last errors from the error log.
9
General Support / Problem when checking out help
« Last post by Baychaser on July 20, 2024, 06:20:32 PM »
This just started I'm I'm getting a broken page like this not sure why because I didn't do any code changes or anything. See if you can replicate this problem and my customers are emailing me with this problem
10
General Discussion / Re: Complaint about AbanteCart
« Last post by amirahshaikh on July 20, 2024, 06:00:14 AM »
I completely agree with your assessment of AbanteCart's excellence in web development service. It's remarkable how this platform stands out among others. Your experience mirrors mine, as I've found its extensions and performance to be top-notch. This shopping cart software truly excels where others fall short. Kudos to the developers for creating such an outstanding tool!
Pages: [1] 2 3 ... 10

Powered by SMFPacks Social Login Mod