Show Posts


Messages - srajput

Pages: [1] 2
1
General Discussion / abantecart to another plateform
« on: May 09, 2018, 03:12:53 PM »
Hi, I need to move one of my site from Abantecart system to Magento2 plateform due to the need of Multivendor system.

How can i move the Abantecart database to Magento2. Is there any tool available for this?

I want to move all the data including users, all orders, mailing list subscribers, products, product pictures, and everything else.

I will appreciate any help.

Thank you in advance.

2
Idea Polls / Re: AbanteCart Multivendor and Marketplace capabilities
« on: January 17, 2018, 04:59:03 PM »
Hi, any update on multi-vendor abantecart system? I am currently running a store with Abantecart, and I need to convert it to a multi-vendor system. So can someone update the progress of this project, is it still in the roadmap and being considered?

3
Opinions / Re: Can vendors customize their goods?
« on: January 17, 2018, 04:49:02 PM »
Thanks for the reply. I think I almost set up another store that can do it.

Hi bulhomes, what store did you use to set-up multi-vendor store?

4
Customization help / Re: How to Add Facebook Pixel Code
« on: January 17, 2018, 04:46:00 PM »
Chrisoft, let me know if you need help with it, I was able to add it to Abantecart.

5
Idea Polls / Re: AbanteCart Multivendor and Marketplace capabilities
« on: November 17, 2017, 11:10:58 PM »
This is a good news. But I see this discussion was started in 2014. But since then there has not been any update on this. Does this mean there is still no plan to add this feature to Abantecart?

And if we need to move to multi-vendor solution, we would need to move to another product. Is there any tutorial that shows how to migrate from Abantecart to another multi-vendor product, if you have let's say around 250 products added to you store, plus orders, customer data, etc.

And what multi-vendor do you recommend that we can migrate to seamlessly?

Will appreciate your quick support.

Thank you.

6
Customization help / adding vendor
« on: November 16, 2017, 10:27:56 PM »
Hi all,

Is it possible to create vendor account in Abantecart? an account that only allow vendors to add/modify/delete their products to the website in already available categories? And maybe add cost multiplier option in admin panel for every vendor.

Can anyone help me set that up?

7
Customization help / How to Add Facebook Pixel Code
« on: October 22, 2017, 12:43:43 PM »
Hi All, I need to add FB Pixel conversion codes to my AbanteCart store.

Can i add all these codes through Admin Panel, via blocks and template layouts?

I am not able to find where to put the code in Success Page that is shown after the order is confirmed.

I need to put view content, track add to cart, and purchases FB pixel code. I know Purchases code goes in Success page. Rest i am not sure.

Has anyone successfully done it?

8
General Support / Re: ERR_TOO_MANY_REDIRECTS
« on: October 14, 2017, 12:09:59 PM »
and when i login to checkout I am getting below error after clicking on checkout

"Error: No Shipping options are available. Please contact us for assistance!"

Can anyone please quickly help. I have recently updated to 1.2.11

9
General Support / ERR_TOO_MANY_REDIRECTS
« on: October 14, 2017, 11:14:06 AM »
Hi I am getting this error "ERR_TOO_MANY_REDIRECTS" after guest checkout 1 page.

Can someone quickly help me please. This is happening on live site. And I don't know since when i am having this problem.

10
Customization help / Re: How to integrate Kayako Messenger code
« on: September 28, 2017, 03:30:05 PM »
Hi,

It didn't work for me. I just purchased Jivo chat ad-on to save time and quickly got it up and running. But Jivo is not working out for me because in there free account you can only chat and can't do anything else. So just wasted money on that plugin. Now I am looking for another alternate solution. Tawk.to may be.

11
Customization help / How to integrate Kayako Messenger code
« on: September 04, 2017, 01:54:07 PM »
Hi, what file do i need to edit in Abantecart to add Kayako Messeger JS code, it needs to be added before /body tag.

Where do i add it?

Thank you in Advance.

12
Support / Re: Error on admin login page
« on: September 04, 2017, 12:17:05 PM »
Hi Abolabo,

Thank you for reply. I just check and session.save_path is already set. /var/cpanel/php/session/ea-php56 for both master and local.

It was working fine when I installed the script, I just recently started seeing this issue.

13
Support / Re: Error on admin login page
« on: September 01, 2017, 09:26:05 PM »
and what should i ask hosting support?

it doesn't provide much information. Do you know where it is trying to create session and which folder needs to be writable to save this session?

I am certain, hosting support will send me back to cart support.

14
Support / Error on admin login page
« on: August 30, 2017, 09:44:06 PM »
Hi i am see this warning on Admin login page

Your server is unable to create a session necessary for AbanteCart functionality. Check logs for exact error details and contact your hosting support administrator to resolve this error.

error in the log,

2017-08-31 1:34:13 - App Error: AbanteCart core v.1.2.10 Your server is unable to create a session necessary for AbanteCart functionality. Check logs for exact error details and contact your hosting support administrator to resolve this error. in /home/crickhos/public_html/square.pk/core/helper/system_check.php on line 472

does anyone know how to fix this? I tried to search but couldn't find anything.

15
Template Support / Re: Customer Registration
« on: July 17, 2017, 08:27:17 PM »
I made the changes below, now the telephone field in both forms is showing asterisk to indicate it is a required field. But when i submit form with telephone field being empty, it is submitted, and doesn't show error that telephone is empty. What do i need to enable that? like it shows error "Email Address does not appear to be valid!" if email field is left empty.

Quote
1. Open file storefront/controller/pages/account/create.php

Locate line: 119
Code: [Select]
      $this->data['form'][ 'telephone' ] = $form->getFieldHtml( array(
                                                                       'type' => 'input',
                                                                     'name' => 'telephone',
                                                                     'value' => $this->request->post['telephone'],
                                                                     'required' => true ));
Change : 'required' => true to  'required' => false

2. Open file /storefront/model/account/customer.php

Locate line : 87
Code: [Select]
       if ((strlen(utf8_decode($data['telephone'])) < 3) || (strlen(utf8_decode($data['telephone'])) > 32)) {
            $error['telephone'] = $this->language->get('error_telephone');
       }
Comment or remove line:
Code: [Select]
//$error['telephone'] = $this->language->get('error_telephone');

and

Quote
storefront/view/default/template/pages/checkout/guest_step_1.tpl

storefront/controller/pages/checkout/guest_step_1.php line 527

Pages: [1] 2

Powered by SMFPacks Social Login Mod