Show Posts


Messages - buddahboy

Pages: 1 ... 12 13 [14] 15 16
196
General Support / Re: Change pre-order items appearance in cart
« on: November 05, 2013, 10:05:06 PM »
very cool of ya for the quick response, thanks a lot, really appreciate it. 

all the best
ron

197
General Support / Change pre-order items appearance in cart
« on: November 05, 2013, 06:51:48 PM »
Greetings,

When a customer puts a pre-order item in their cart it shows up with red *** after the item name.  I'd like to change the red *** with "this is a pre-order item" but can't seem to find out where to do that. 

Did a search in admin for *** and got the Edit Language Definition page but that doesn't seem to be any help. 

I attach 2 screenshots. 

Would appreciate any assistance with this. 

Thanks much and all the best,
Ron

198
General Support / Re: Products - solved this
« on: November 05, 2013, 06:09:58 PM »

Hello.
Status shown on product page - see Description TAB (image attached)

So to allow preorder if quanity 0  -  set Stock Checkout: ON and Out Of Stock Status: Pre-order on product edit pge
to disallow product purcharse if quanity 0 - set Stock Checkout: OFF

Also You can create new stock status like  "Pre-order/Out of stock" go to Admin-System-Localization-Stock statuses

To disable your product or option value for view if stock drops to 0 enable No Stock Auto Disable setting in Admin-System-Settings-General Tab. Message notification will be send to admin message manager

for more info read manual

Greetings - unable to get the "pre-order" to show in the description tab.  I believe that I followed the above instructions (screenshots attached) but obviously missed something - would you be kind enough to advise what I am doing wrong?  Would be much appreciated. 

SOLVED - turned off "No Stock Auto Disable" - knew I missed something!  Thanks for this thread and all the assistance. 

All the best,
Ron

199
After making the purchase, or in this case I understand that you also used a $0.00 priced product, going to "my account" and clicking on downloads there is a link that is set to download.  The download link shows up whenever the download status is as set.  Mine is set to "pending" for downloads so when purchased (test it on zero balance) you'll see it available right away.  This setting is at system > settings > general - see the graphic attached.  Hope this is clear and helpful in some manner, been a long day and the old brain is taxed at the moment  ;)

All the very best,
Ron

200
Thank you xbusymom for sharing that as a solution - mine are paid for at this point but I will be putting up some free stuff as well and found that if I assign a cost of $0.00 then it can still be processed and will get the customer info and possibly a newsletter subscription - but you never know, I just may incorporate this solution as well depending on what develops so thanks much. 

Additionally, I thank you for the great book that you are giving away - it is excellent information of relevance, very kind of you.  Have sent the link to your website to friends as well for they will also be interested. 

All the best,
Ron

201
General Support / Re: Uploading large files to download section
« on: November 01, 2013, 05:03:35 PM »
Hi Lee,

Very interesting - makes total sense to upload the small zip file and replace it with the large one -- I'm just gonna see how the file is renamed when uploaded and then I'm good to go - simple and effective I think.  Good one! 

I'll test this out a bit later and will make the results known so if it works others may be able to get some help too. 

Thanks again Lee
Ron

202
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 06:36:03 PM »
Thanks again - I'll get back to this one over the weekend - calling it a day for now, been at it since early morning and my ever so humble brainpower is fading on me! 

I really do appreciate all the feedback, thank you. 

All the best,
Ron

203
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 05:36:21 PM »
Quote
memory upped to 196m and tried but bummed out after about 2/3 - error log
Downloaded for a while (it showed at least half done) and then stopped

Quote
wonder if changing memory limit to the 196m as the server side php.ini would help?
FWIW, the files uploading limitation is set by the php.ini file closest to the cart's php script doing upload. Most likely it is
~/public_html/AbanteCart/php.ini.    Do you also have /public_html/php.ini ?
sure do - changes I made to it:

magic_quotes_gpc = Off;
register_globals = Off;
default_charset   = UTF-8;
memory_limit = 196M; instead of the default 64m
max_execution_time = 18000;
max_upload_filesize = 600M; instead of 100m plus it corresponds with server side php.ini
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;

Thank you once more - was sort of hoping that it would work by now. 

Do you know how to upload via FTP for downloadable products? 

Much appreciate you taking the time for me

All the best,
Ron

204
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 03:42:02 PM »
JunkYard wrote (in part):
" it could be related to memory_limit = 134217728÷1024÷1024 = 128M"

memory upped to 196m and tried but bummed out after about 2/3 - error log:

2013-10-31 9:27:38 - warning:  AbanteCart core v.1.1.7 Invalid argument supplied for foreach() in <b>/home/xxxx/public_html/AbanteCart/admin/controller/pages/design/blocks.php</b> on line <b>552</b>

2013-10-31 9:28:15 - warning:  AbanteCart core v.1.1.7 Invalid argument supplied for foreach() in <b>/home/xxxx/public_html/AbanteCart/admin/controller/pages/design/blocks.php</b> on line <b>552</b>

In the AbanteCart php.ini there are 2 lines that I just noticed:
memory_limit = 64M;
max_execution_time = 18000;

wonder if changing memory limit to the 196m as the server side php.ini would help? 
if execution time is in seconds then that is 300 minutes and more than enough time be tons. 

Any thoughts? 

Thanks again
Ron

205
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 02:46:17 PM »
Thanks again - I'll certainly try that, think you may be on to something. 

Will report back so others have a point of reference as well. 

All the best
Ron

206
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 02:35:31 PM »
Thanks Junkyard -

" it could be related to memory_limit = 134217728÷1024÷1024 = 128M" - I'll check that out but I think it is already set to that value, but not sure. 

"... upload_max_filesize is larger than post_max_size, you must increase ..."
Both are set for 600mb as is the AbanteCart php.ini and the system > settings > system field also indicates a 600mb capability rather than the previous 100mb. 

"... max_input_time  or max_execution_time..."  don't think there are but will check it out just the same. 

Thanks for the advice, I'll do some more investigating and see - will post results here nonetheless. 

All the best
Ron

207
General Support / Re: Uploading large files to download section
« on: October 31, 2013, 11:30:00 AM »
Anyone have some thoughts on this?  Seems all the files are set correctly with size but just won't load.  Would really appreciate some help here if someone has a solution. 

Appreciate your assistance,
Ron

208
General Support / Re: Breadcrumbs - available?
« on: October 31, 2013, 10:58:31 AM »
Thanks for your help once again llegrand - got it now.  Love this cart, so much to learn but one of the best community and admin supports around. 

You wouldn't have any insight into my large file upload size issue would ya?  http://forum.abantecart.com/index.php/topic,1265.0.html

Appreciate your taking the time for me. 

All the best,
Ron

209
General Support / SOLVED Breadcrumbs - available?
« on: October 30, 2013, 05:54:54 PM »
Greets,

I've searched the forums and the documentation and cannot find the answer if breadcrumbs are available or not.  Using the default HTML5 template. 

Thanks much
Ron

210
Greetings - it may be a good option to have the "save" and "cancel" buttons on the new or edit product page also at the top of the page and not just at the bottom. 

Thank you
Ron

Pages: 1 ... 12 13 [14] 15 16

Powered by SMFPacks Social Login Mod