Show Posts


Messages - Basara

Pages: 1 ... 364 365 [366] 367 368 ... 388
5476
The main issue is that the balance does not show in the customer's account, but in the admin section it does show.

Hello. This is not an issue because the remainder of certificate will stay on the certificate's balance.
This is because AbanteCart have Guest checkout so we can not store gift certificate balance on customer balance in this case (When Guest checkout no account created). Also some times gift certificate owner can forget about created account and use Guest checkout instead of Registered user's checkout process

5477
Built-in Features / Re: Customer checkout as guest
« on: April 03, 2014, 09:34:28 AM »
My basic question is, if a registered customer wants to checkout as guest using the same e mail, can they do so? I am stopping the work on migration at the moment hoping the answer to this is yes and we can go ahead.

Answer is Yes.
Anyway you can install AbanteCart and check this before migration. If You have Softaculous in your hosting cpanel the installation takes about 1 minute

5478
SEO / Re: Meta Tag SEO Tips and Tricks
« on: April 03, 2014, 06:33:12 AM »
Hi, i use the bing web tools, but i submit the site map url the status was mention "download site map and feeds was empty"...

Hello. Please read this topic

5479
Extension Support / Re: extension for multiple store
« on: April 03, 2014, 05:32:42 AM »
1> If i setup 3 stores as multiple stores, all the extension i buy is available for all 3?
Usually Yes, but please read license agreement when install extension
2> i want one of the store to setup as product can be viewed only if customer logs in. can i do that?
For now we have only quick setting  to hide prices if user not logged on (Admin-System-Settings-Checkout). Also You can set up different promotions (special prices) for each customers group
3> when i upload, i want to make those products available to all 3 stores, can i do that? also if i have one store setup already, can i copy part of those products over to other store?
let me know.
thanks.
When you edit products you can select the stores to which this product is associated by checking the checkbox next to the Stores from which you want the product to be available.

5480
Template Support / Re: increase product size
« on: April 03, 2014, 05:22:57 AM »
Hello.
Please post URL with issue

5481
Hi.
By default in AbanteCart pre-installed only one Location USA. To create new one go to Admin-System-Localization-Location

5482
General Support / Re: CSV Products Upload
« on: April 02, 2014, 08:49:34 AM »
Hello Basara

Again thanks for the quick reply about this issue, do you have a link for this Download Master as this maybe the only way for us to get this to work.

Thanks

try this link

5483
Hi, i have on the extension and there is not showing the selection of the paypal Pro when check out.
Please give me the solution. Thank you.

Please check settings in your payment extension and AbanteCart Location settings too

5484
Customization help / Re: About Us, Privacy policy not found
« on: April 02, 2014, 05:50:50 AM »
Yes i do same way but still not work.

Hm. maybe you have enabled Auto translate and `Override if source language text was changed` settings in Admin-System-Settings- Details Tab?

5485
Support / Re: My customers cant update cart,
« on: April 02, 2014, 05:44:42 AM »
Hi, my customers cant update their cart to above 1 quantity.

When they try to checkout and put 1 above quantity, cart cant save it

Hello. You need to click Update button on shopping cart page to save changes (It is work for me in AbanteCart 1.1.8 )

5486
General Support / Re: Zip extension being removed???
« on: April 02, 2014, 05:42:39 AM »
It won't let me.
This is what I get.

Hello.
Ask Your hosting provider
<Ifmodule mod_security.c>..... related to server configuration

5487
General Discussion / Re: Live Chat Module
« on: April 02, 2014, 05:40:04 AM »
Hello,
I also type full code:

<div id='LP_DIV_1384416908469' style='width:171px;height:88px;'></div>

But it's not work! I need it. Please help me someone.

Thanks Saif

Hello. Your question is not clear.

5488
Customization help / Re: About Us, Privacy policy not found
« on: April 02, 2014, 05:33:36 AM »
What you mean (not finnish Admin interface in very top)?
And i clear cache but not still work nothing change :(

I mean You need to select Finnish content language when Edit your pages
see screenshots my AbanteCart 1.1.8

5489
General Support / Re: CSV Products Upload
« on: April 02, 2014, 04:45:13 AM »
Hello Basara

Is there not another way to do this because we have over 1400 products and each product contains al least 4 images so you do the maths there. If there is no other way where we can point the image url to our suppliers site from within the CSV file then it cannot work because we don't have the product images in a zip file but only in the CSV file itself.

If there is no other solution to this issue then i am afraid i may have to go back to prestashop or opencart which i don't want to do since i bought some of your other mods today for my site to support you guys?

Thanks

Hello. I am agree with You: images URL support will be much faster. Hope this will be added to AbanteCart roadmap.

But still you can try to import images with CSV
1. Create one product in AbanteCart with all needed filled data (3-4 images, prices, names, descriptions.... etc)
2. Export this product in CSV
3. Use this product as example and fill data for all your products (Note: skip 'product_id' column if no id system will insert products as new)
4. For images:
  a. download your images (a lot of free tools for this I use 'Download Master' - when You copy URLs in Excel (Ctrl+C in Windows OS) and open Download master it ask you to confirm download all of them in few clicks)
 b. upload downloaded images via FTP to some folder on new server like ..../resources/image/somefolder/
 c. in CSV file you need to update image path to resource easy way is 'search and replace'
for example you have 3000 products with similar image URLs like
http:// www .abantecart.com/templates/abantecart/images/product2image1.png
http:// www .abantecart.com/templates/abantecart/images/product2image2.png
http:// www .abantecart.com/templates/abantecart/images/product2image3.png
http:// www .abantecart.com/templates/abantecart/images/product3image1.png
.......
so You need to search for 'http:// www .abantecart.com/templates/abantecart/images/' and replace with '/resources/image/somefolder/'
this action in few sec covert all http:// www .abantecart.com/templates/abantecart/images/product2image1.png to /resources/image/somefolder/product2image1.png


Please BACKUP your AbanteCart database before import

5490
General Support / Re: CSV Products Upload
« on: April 01, 2014, 10:06:09 AM »
Hello Guys

First id like to say welcome and this is my first post and i will list my issues below in numbers so its easier to follow as i am new to AbanteCart so here if goes.

1, Is there any video's on how to upload a product's CSV file the correct way.
Hello. Here short manual about CSV export/import in AbanteCart


Please read manual. There example and detailed info about images. FTP mean `You can not use URL`. You need upload images to the server where installed AbanteCart

Pages: 1 ... 364 365 [366] 367 368 ... 388

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.