Show Posts


Messages - abolabo

Pages: 1 ... 125 126 [127] 128 129 ... 137
1891
Hi Sir ,
    when i See My Error Log ,I Have Several Lines Of This

"2013-01-08 19:01:28 - warning:  AbanteCart core v.1.1.2 ini_set() has been disabled for security reasons in <b>/home/lynxdeal/public_html/core/lib/session.php</b> on line <b>33</b> "

    Can You Tell Me what This Error Is Related To .I Am Not finding Any Issues In Running AbanteCart Cart Though

hi,
php.ini have directive for disabling any function call. Please read this http://php.net/manual/en/ini.core.php#ini.disable-functions
To address this issue you have to ask your hosting provider about disabling. Probably you can enable ini_set by your own, custom, php.ini.

1892
Hi,
I have the following setting set to On in the config,but it doesn't appear to have any effect.

Same Page Add To Cart : This will enable AJAX add to cart feature. Product can be added to cart without redirecting to cart page.

Is the feature working in the current version or am I missing a setting ??

I want to stay on the same page when I add a product to my cart as I have multiple options available in the dropdown.

I tried the same scenario on your demo site and it doesn't work there either.
On your demo site, I selected an option from the Nail Lacquer product dropdown and clicked the add to cart button (I'm not allowed to add an external link to the page)
Expected :  Remain on the product page so I can select another option from the dropdown
Actual : Redirected to the cart page

This wouldn't be so bad if there were a "keep shopping" button on the cart page that redirected back to the product page.......maybe coming in a later build ?


Thanks,
Ronan

hi. this feature working only for products without options.

1893
Built-in Features / Re: Multiple Checkout...
« on: January 06, 2013, 04:20:51 PM »
Was wondering if we could use 'multiple' checkout options at the same time, such as offering Google Checkout, PayPal, and Check/money order mail in?

Please explain "use 'multiple' checkout options at the same time".
For who? customer?
As store owner you can enable a few payment extensions.

1894
General Support / Re: Images Not Showing
« on: January 04, 2013, 12:05:13 PM »
You need to set write permission for apache on directories image and resources.
Set 777 for all of them include subdirectories and files.

1895
General Support / Re: Images Not Showing
« on: January 04, 2013, 10:18:53 AM »
Hello,
Still not working :( Uploaded new resource_manager.php but still the same problem.

Thanks

what about error log?

1897
Templates / Re: Custom Template
« on: January 04, 2013, 04:35:28 AM »
Continued.....

Please explain these 3 options' difference?

Thanks
Abantecart have two types of blocks - generic and custom. Custom based on abstract generic blocks like html_block, listing_block, banner_block etc.

all generic blocks have templates set. Template assist to placeholder (parent block of page layout). You can see it on design->layouts form.

When you creates new custom block and choose it's type, (in your case html_block), you can set any template of base block for it. When you choose "default" it's mean that block will use template depend on placeholder.  If you place your block to content_top or content_bottom placeholder it's will take html_block_content.tpl. If header - it will take html_block_header.tpl.
"Default" mean "automatically" by other words.
When you choose special template for your custom block it's mean that block will use it's tpl always... independently from placeholder.

1898

Well,
 it a bug or what .When i am there and see this "Resource Library Upload Max File Size, kB " It had 12 written there this clearly means it was 12kb .Yes i could not upload anything more then this size .Now i changed that to 1024 ,That means 1 mb max file photo size and it works .I did my AbanteCart cart installation with auto installed in cpanel .

probably your hosting provider have cause to set this value in it's cpanel.

1899
Sir ,
     I could Find The Resource File Size Here But I Cannot Find "My Config Limit " .Also Whats The Reason To Have 12kb As Default ? .
12kb? :o
i looked into install.sql and see
('system', 'config_upload_max_size', '16000');
it's mean 16Mb by default

1900
   Domain Name: MRDEALERSTORE.COM
   Registrar: GODADDY.COM, LLC
   Whois Server: whois.godaddy.com
   Referral URL: http://registrar.godaddy.com
   Name Server: NS1.LYNXHOSTING.CO.IN
   Name Server: NS2.LYNXHOSTING.CO.IN
   Status: clientDeleteProhibited
   Status: clientRenewProhibited
   Status: clientTransferProhibited
   Status: clientUpdateProhibited
   Updated Date: 30-dec-2012
  Creation Date: 30-dec-2012
   Expiration Date: 30-dec-2013
As i see you need to tell google and yahoo about your new domain.
Read this first https://www.google.com/webmasters/tools
there form for adding your site to google.

1901
General Discussion / Re: error log
« on: January 01, 2013, 05:32:10 PM »
We sorry, but administrators do not possess telepathic abilities. :)

1902
Quote
it depends on upload_max_size directive in your php.ini. Try to read about this here .php.net/manual/en/ini.core.php#ini.upload-max-filesize
Also file_uploads and post_max_size. If you don't want to digg into this - ask your hosting provider or try to find phpinfo page in your CPanel and look there.
If you fill files manually, for ex via ftp, filesize have no limitation.

Well,
      I am Fedup With The Image Restriction " Error: File is too big  " .I See That You Have a PHP.ini file in the main root directory of abantecart .Is This File Not Used And Overrides The php.ini file at hosting ? . Are we suppose to update that file or what even 66kb or more then12 kb files are not being uploaded man i hate this  .

PS : sorry but i am having a hard time here with your image rl

Please check menu system-settings->system item
"Resource Library Upload Max File Size, kB"
You will see both limits of size there.. your config limit and  upload_max_size at right of it.

1903
Support / Re: upload images problem
« on: December 30, 2012, 07:20:00 PM »
i have the same problem... i am trying the abantecart and when i try to upload an image, i get the same icon and the image doesn't appear... how can i fix that??

Thanks

 replace resource_manager.php by this https://github.com/abantecart/abantecart-src/blob/1.1.3/public_html/core/lib/resource_manager.php 

1904
General Support / Re: How to change order number (ID)?
« on: December 30, 2012, 07:08:20 PM »
Thanks for prompt reply. That's something new for me. :-[  I'll try to learn.

It might be useful if we can setup the starting order ID in contorl panel like the cart I used before. We may need some numbers as prefix, for example, use 100xxxx for one store, 200xxxx for another store, or simply we don't want the order number start from a 2-digit number.
Hope to see this feature in a later version.

you mean "stores" as different hosts or 2 stores on the same engine and same host(multistore)? For multistore described feature not needed because every order have store_id. You can separate orders easy.

1905
General Support / Re: How to change order number (ID)?
« on: December 29, 2012, 10:46:49 AM »
you need to set new autoincrement value for order table.
for ex your last order_id is 100

run this on your mysql
ALTER TABLE `orders` AUTO_INCREMENT = 101;

Pages: 1 ... 125 126 [127] 128 129 ... 137

Powered by SMFPacks Social Login Mod