Show Posts


Messages - Basara

Pages: 1 ... 339 340 [341] 342 343 ... 387
5101
Support / Re: Text magnifier
« on: August 18, 2014, 08:48:27 AM »
Does that mean I can buy it as an addon extension?

It is not available as extension.

5102
General Support / Re: Free Shipping
« on: August 18, 2014, 08:46:19 AM »
Sorry for posting on an old thread, but I have this same problem.  Most of my products are free shipping.  One product is NOT.   The "future solution" that abantecart had posted is the key answer.  I'm just curious if it has been implemented since?  I'm running 1.0.9, and marking items as "Free Shipping" on the product level yield a "No shipping options" during checkout.

Beef

Please check you shipping methods settings and make sure that your not free shipping  product 'One product is NOT' have 'require shipping'   setting On

5103
Support / Re: I can't add image
« on: August 18, 2014, 07:15:22 AM »
Please post last errors (not all) from AbanteCart error log http://forum.abantecart.com/index.php/topic,834.msg3085.html#msg3085
Possibly permission error or not enough hard drive space 

5104
Please read my old post. Hope it helps you fix the issue.
Please check you Store Url Setting and possible domain configuration. Since AJAX error Not visible at email-leads.com and visible at www.email-leads.com (in my browser)
Configure you domain correctly or setup auto redirect to email-leads.com with .htaccess



5105
General Support / Re: Google Adwords Conversions Code. Already built In?
« on: August 15, 2014, 09:48:18 AM »
Sorry to be dumb, but where is the HTML code for these pages? Where would I check or put the code that google suggests pasting in? I can find PHP pages for the site, but those are different, right? Are there simple HTML pages I am missing?

There is no standalone html pages. AbanteCart (and all other cars) generate html each time you run php code

5106
I have just installed AbanteCart and ready to switch.
but I am wondering, either to disable the product which out of stock.

It that possible to gray out  Add to cart button and disable the add to cart function like other does ?

Or auto change to Block Product From Ordering  when is out of stock

thank you

Hello
AbanteCart have setting to Disable product on out of stock and to disable ordering for out of stock products
Read more about Stock processing configurations in AbanteCart

5107
Support / Re: Incorrect category page layout
« on: August 15, 2014, 03:24:19 AM »

I'm wondering if this is some issue with the way the category listing is coded? I created it using the "Data Listing" option tab in the create block panel.

Hello. Yes looks like Data Listing block for categories designed to work in this way.
Not sure that this is bug so for quick fix edit file
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/blocks/listing_block.php#L164
in line 164 change
Quote
&category_id=
to
Quote
&path=

5108
still couldnt able to resolve the issue , admin i need ur help plz

Hello. Did you replace file?

use solution provided by Abolado dated July 23, 2014

to solve it replace file public_html/storefront/view/default_html5/javascript/common.js  provided by Abolado

Visit http://forum.abantecart.com/index.php/topic,2473.0.html

cheers

 :) :)

5109
Extension Support / Re: Gift Certificate and PayPal
« on: August 14, 2014, 01:37:57 AM »
Any suggestions on how I can debug PHP from the server side? (I'm ok with reference links)

Thanks, again, for the help!

Did you use PayPal Sandbox? It should help

5110
Shipping Modules / Re: Weight Based Shipping
« on: August 14, 2014, 01:09:37 AM »
Hello.
If you are looking for commercial grade individual support, please contact help@abantecart.com

5111
Tips and Tricks / Re: Tip on how to customize QTY Discount Verbiage
« on: August 13, 2014, 01:24:08 AM »
Thank You for sharing.
tip on how to share code:
use
Quote
[ code] [/code]
tags  :)


example
Code: [Select]
<?php if ($discounts) { ?>
<div class="control-group">

<label class="control-label"><?php echo $text_discount?></label>

<div class="controls">
                                   

<?php echo $text_order_quantity?>
                                   

<?php echo $text_price_per_item?>
</div>
<?php foreach ($discounts as $discount) { ?>
                                   

<div class="controls">
                                   

   <?php echo $discount['quantity']; ?>
                                   

   <?php echo $discount['price']; ?>
                                   

</div>
<?php ?>
</div>
<?php ?>

5112
Support / Re: Log error
« on: August 12, 2014, 07:20:21 AM »
Dear Sir,

I visited the path in c panel but still fail to understand what to delete.Do u mean that under system/cache/  there are many directories such as admin_ menu,attributes etc..... i have to open each and delete the text file which is generated in that folders.Thanks in Advance

Hi. Try to delete all files except index.html file. Also please check permission for cache folder

5113
Support / Re: Log error
« on: August 12, 2014, 07:00:56 AM »

5114
Support / Re: Admin password reset don't work
« on: August 12, 2014, 03:28:47 AM »
This is last errors  in public html.

2014-08-11 17:39:04 - warning:  AbanteCart core v.1.1.8 Unknown: open(/tmp/sess_e0c699eec181d85ab236facc7e2a3d38, O_RDWR) failed: No such file or directory (2) in <b>Unknown</b> on line <b>0</b>
2014-08-11 17:39:04 - warning:  AbanteCart core v.1.1.8 Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in <b>Unknown</b> on line <b>0</b>
2014-08-11 17:46:56 - warning:  AbanteCart core v.1.1.8 session_start() [<a href='function.session-start'>function.session-start</a>]: open(/tmp/sess_151fc421793ea038648fb08a33436db7, O_RDWR) failed: No such file or directory (2) in <b>/home/edimshop

When I try login with old username and password  can't log in and can't change password.

Hello. You have permission or space problem see similar posts
http://forum.abantecart.com/index.php/topic,2167.msg8977.html#msg8977
http://forum.abantecart.com/index.php/topic,1105.msg5425.html#msg5425

5115
Support / Re: Edit newsletters sentense
« on: August 11, 2014, 09:53:47 AM »
Hello.

Please read this http://forum.abantecart.com/index.php/topic,2252.msg9429.html#msg9429

To translate or edit text use global search in Admin see video

Pages: 1 ... 339 340 [341] 342 343 ... 387

Powered by SMFPacks Social Login Mod