Show Posts


Messages - Basara

Pages: 1 ... 250 251 [252] 253 254 ... 387
3766
General Discussion / Re: Researching AbanteCart
« on: June 20, 2016, 01:43:44 AM »
Hi,

I’m researching e-commerce software options for a client.  My preference would be for one that can integrate with a separate CMS and AbanteCart (with its Embed code functionality & API) caught my eye.

I’d be very grateful if someone could confirm a few things for me.

Listing All Products on CMS based website
- am I correct in thinking that to list all products I’d need to retrieve a list of all the product IDs, using the API, and then dynamically generate the embed code for each one?
In my opinion, yes you can do in this way

Embedding the Shopping Cart
- this seems to be embedded as a link, so does it only appear as a modal (rather than embedded within a page)?
With AbanteCart you can embed products, categories, brands. Shopping cart page can be link to embed modal (or page) see
Our AbanteCart Embed Demo  with Embedded products http://www.abantecart.com/embed_demo/index.html
 


Out of the box functionality
- PayPal payment: a free extension?
- collect customer emails and run a mailing list: I think this is “yes”?
In AbanteCart 3 free different PayPal extension: Standard, Pro and Express version. List of core and 3rd party payments http://docs.abantecart.com/pages/ship_and_pay/enable_payment.html

Yes, you can send emails or sms with collected newsletter or customers emails/phones http://docs.abantecart.com/pages/customers/send_mails.html


PHP requirements
- I see that AbanteCart requires "magic_quotes_gpc” to be switched off but if the server has it switched on by default would there be a problem (or could it be ini_set() off)?
This question is more related to server/hosting where you install AbanteCart. Some hostings allow to change php.ini settings some allow this on request only.

Import/Export
- I generally develop website on a local machine, is there a procedure for exporting/importing the AbanteCart database from local to online host?
AbanteCart can import/export products via different tools check this links:
http://docs.abantecart.com/pages/tools/import.html
http://docs.abantecart.com/pages/tips/change_domain.html#ChangeHosting

3767
General Support / Re: Captcha image error
« on: June 20, 2016, 01:29:39 AM »
Hello.

Check AbanteCart error log for Captcha related errors, possibly you have some permission problem

3768
Installation and Configuration / Re: Import products from php feed
« on: June 20, 2016, 01:25:43 AM »
Hello.

What problems you have? Did you try CSV import?

3769
General Discussion / Re: Top Unique Features that AbanteCart offers
« on: June 16, 2016, 06:31:28 AM »
Hi.

Here is my quick list:
voice commands in Chrome
embed products http://docs.abantecart.com/pages/embed/embed.html
SMS send feature
Language definitions edit in admin
Global Search everything feature.....

3770
Templates / Re: HELP PLEASE
« on: June 16, 2016, 01:24:46 AM »
Hello.

Welcome to our forum. Please try to separate questions to the different topics  ;)

Anyway here is few answers:


1) I cant find the code to change the color of the blue part that's on either side of the moving pictures on the home page, when opened by Firefox and firebug its on firebug and can be changed there, but when I open the script from the files I have I cant seem to find it.

Check this file /storefront/view/default/stylesheet/onebyone.css
and this rule
Code: [Select]
.banner_container .oneByOneSlide {
    background: #00a1cb url("../image/banner_shadow.png") no-repeat scroll center top;
}


3) I'm also struggling to change the font colour where can the code be found for all the font on the main page?
Most of the styling are in the /storefront/view/default/stylesheet/style.css file

For example
Code: [Select]
.heading1 .maintext {
    color: #5e626b;
    font-family: "Crete Round",serif;
    font-size: 28px;
    padding: 0 14px 4px 0;
    text-transform: uppercase;
}



5) is it possible to add a image as the background? if so where can I add the code?

yes this can be done with CSS rules too see http://forum.abantecart.com/index.php/topic,2697.msg11525.html#msg11525




Please note after you made any css changes your need to clear browser and AbanteCart cache

3771
Hi.

You need to change index.php file permission in order to be more secure.
This is very easy to fix. Go to your site root (where AbanteCart files installed) via FTP or hosting Cpanel Filemanger and change file permission to 444 or 644
Read more http://docs.abantecart.com/pages/tips/troubleshooting.html#permissions

3772

3773
Hello.

1. Make sure the status of New Store is ON in admin
2. Makse sure subdomain assigned to the correct directory

3774
Hi.
Use browser inspector to inspect html element and find what file and what rule
 http://getfirebug.com/css

3775
Hello.

You need to change CSS rules in your template. Install firebug or use built in browser inspector to find which rule to change. Just few notes:
1. If you change default template this changes maybe lost on cart upgrade
2. In templates usually few CSS rules for same element but for different screen resolutions.

3776
Hello.

Each category has Stores selector setting

3777
Hello.

Make sure your product option value is quantity0 and Track stock Yes, also set Stock Checkout to Off in Admin > System > Setting > Checkout
this will show customer Products marked with *** are not available in the desired quantity or out of stock! message on cart page

3778
Thanks for the link. Now I see problem.
Your images in the html product description so you need to change your html.
You can try to add style="max-width:100%" to your images
Code: [Select]
<img src="resources/image/18/84/a.jpg">change to
Code: [Select]
<img style="max-width:100%" src="resources/image/18/84/a.jpg">

3779
Hi.

I did not see this problem on similar screen size and demo products.
What is your device name and browser? Did you modify css in default template?

3780
Hello.
What is your AbanteCart version and template?

Pages: 1 ... 250 251 [252] 253 254 ... 387

Powered by SMFPacks Social Login Mod