Show Posts


Messages - llegrand

Pages: 1 ... 103 104 [105] 106 107 ... 119
1561
Fresh Installation / Re: Can't connect to database
« on: February 06, 2014, 10:28:30 PM »
For the database information try using the same information you use to access your FTP client.

So rather than the user for the database and that password  use  the user for the server and that password.

Under the configuration"
1.  Database Driver (choose which is is correct for your server)
2. Database Host:  localhost
3. User:  the user name that gets you into your server - not the DB user
4. Password:  the password for the user name in #3 - that gets you into your server - not the DB
5. Database Name: yourdomain_whatever-you-called-your-database
6. Database Prefix: is usually blank (empty)


This is what works for me - Hope it works for you.

Lee

1562
General Support / Re: Act on behalf of customer not working
« on: February 05, 2014, 04:52:32 PM »
thanks for the files Junkyard -  just finished changing out those two files from the one working test site to a not-working test site -  didn't seem to change anything - I did remember to clear caches, etc.

So either my thoughts on a file corruptions are wrong - or ?  So I think I will just start working thru the files one at a time from the one test site that does work correctly and see if I can hit the offender.  I'll report back when I've finished. 

Lee

1563
General Support / Re: Changes to menu in order to add new main category
« on: February 05, 2014, 04:30:41 PM »
Hi Ron,

Don't worry about the number of categories actually - the system will wrap the lines for you.  And it's rather fruitless to be to concerned as each screen size accommodates a different width and the responsive design accommodates them all by wrapping the line.

You can try it by simply downsizing your screen (you know the little box to the left of the close redX)  And then drag the downsized screen larger and smaller and see what the category lines do.

I've attached a screen-shot of your site with a reduced window size so you can see that it already wraps down when the screen is smaller.

Cheers
Lee



1564
General Support / Re: Database error on currency
« on: February 05, 2014, 11:01:25 AM »
Yes,  I saw that also about the database.  I did check prior to the original post and the currency table in the database is there and all appeared well, shows the same info as the grid within Admin.

So do I "assume" that this is just an odd thing and just monitor for recurrance  or run a "repair" on the database or??? Your guidance is appreciated.

Lee

1565
General Support / Database error on currency
« on: February 05, 2014, 10:11:58 AM »
This is new to my installation:  previous to 1.1.8 update I only use US  currency on my cart.  In checking this error I see that Canadian, Eur and Pound Sterling are in my list. Only US is ON,  others are off.

this is the error:

2014-02-04 19:29:59 - database error:  AbanteCart core v.1.1.8 Error: MySQL server has gone away<br />Error No: 2006<br />UPDATE currencies
                                      SET value = '0.7397', date_modified = NOW()
                                      WHERE code = 'EUR' in <b>/home/mmonline/public_html/shop/core/database/mysql.php</b> on line <b>114</b>

What do I need to do to correct this error?

thanks


1566
Ok,  I do believe it is a matter of a corruption during the update.   After extensive testing for 2 days and many installations of 1.1.8 and 1.1.7  all on the same server and using subdomains for fresh installs so we could eliminate the server issue as the problem. 
No chagnes have been made to the server setup during any of this testing.

Here's my results:
1,  the original site with 1.1.8 update applied to 1.1.7 will not function on the act on behalf
2.  a fresh install of 1.1.8 on new subdomain - did not fail on first try,  but after using act on behalf once it locks up and will not function again.
3.  a fresh install of 1.1.7 on another new subdomain -  worked flawlessly time after time.
4.  an update of site #3 from 1.1.7 to 1.1.8  works as expected.


So if you will provide me with the files that effect act on behalf - I will reload them to the original site and verify this is the fix so perhaps the others with this issue can get a resolve also.

thanks
Lee

1567
Hey Abantecart admins and anyone with the answer - I am reading the documentation with regards to this issue and I need some clarity on what I am reading and what seems to be happening for Ron.

1.  http://www.abantecart.com/ecommerce-documentation/31-admin-user-manual/catalog-menu/products  it says
Free Shipping: must be ON to enable free shipping for this product.
Fixed Shipping Price: this setting allows you to offer an exact shipping price for individual products.
http://www.abantecart.com/ecommerce-documentation/46-admin-user-manual/extensions-menu/shipping
It says  - Note: there is several other methods to allow products with free shipping. You can create Coupon with Free Shipping option and each product have Free Shipping setting. This methods works separately from Free Shipping Extension!
These two documentations instructions seem to say that one can have free shipping for each product.  Is that correct or not? Is it a matter of getting all the appropriate settings enabled in order to accomplish this or something else.  It would seem to me that documention indicates that Ron should be able to set free shipping or shipping of zero for EACH product within the cart as is desired and set other products to be subjected to shipping.
Thanks in advance for responding to this so we all can understand how to invoke the correct settings to accomplish having some items free of shipping cost - but not all of them.
Lee

1568
General Support / Re: Act on behalf of customer not working
« on: February 03, 2014, 06:39:36 PM »
Gordon,  I didn't reach that conclusion.  To prove my point to myself I just completed uploading a fresh install to the same "problem" server with a new installation on a sub-domain.

It does not have the issue -  act on behalf works as it is suppose to.  Since the upgrade on another server also didn't have the issue my conclusion is that my issue is there is a corruption in the file that handles.

So I am back to asking the Admins - what file(s) effect 'act on the behalf'   or what the other suggestion to replace files.

Thanks
Lee

1569
General Support / Re: Act on behalf of customer not working
« on: February 03, 2014, 12:06:04 PM »
Abantecart Admins -  what file handles the act on behalf transactions?   I would like to upload that file to the problem site and see if that solves the issue.

Thanks - Lee

1570
No,  I don't know of any existing product that will do that.  But here is a link with some php code, requirements, etc that will perhaps help to build a solution.   

http://www.pontikis.net/blog/auto_post_on_facebook_with_php


Lee

1571
General Support / Re: Act on behalf of customer not working
« on: February 02, 2014, 07:14:01 PM »
yes,  in my case customer is ON  and approved -
I will run some more test scenarios later today or tomorrow and maybe make a video so you can see what we're seeing.
Lee

Update- after testing:
I made a new customer with no completed order - and it works as it should.   The other customer was made on v 1.1.7,  and it still has issues.  So my "theory" now says maybe it has something to do with customers created previous to 1.1.8.

Ron - can you test that on your dev system - make a new test customer on 1.1.8 and see if it behaves correctly?
Gordon - I am not sure if your customer was created prior to 1.1.8 update, if so try it with a 1.1.8 test customers.

Thanks guys.  Lee

An update to the above -  sad to say that it worked correctly on the first visit.  BUT if I go back a second time after closing
the results are the same it takes me to the account login page.  ???

Abantecart - this is all on my dev site - if you would like to see for yourself I'll be happy to give you access for a firsthand peek - just let me know.
Lee

1572
Customization help / Re: how transfer my all products on facebook page ?
« on: February 02, 2014, 10:50:59 AM »
Just a comment about the admin-grids-excel-export extension for this use.  I have the extension installed,  it is not adequate for this use.  It does not dump the descriptions data - the output is predefined by  the fields on the grid with no ability to add or remove desired fields.

 It does a useful job for quickly dumping that info into a spreadsheet, but not for saifbd3344 desires.

Lee

1573
Built-in Features / Re: editing emails and other customer centric forms
« on: February 02, 2014, 10:30:59 AM »
Thanks Gordon and Junkyard for helping here.  It seems like such a small thing,  but in the matter of customer relations it's really a biggie.  And making it "findable" for all would be a great assist. 

Junkyard -  in regards to the email footer -  the new extension WhiteLabel - (10 bucks in the store) does give you control over the footer and all other footers  - storefront and admin, too.  But it needs to be 1.1.8+.  Nice thing about that is extensions means we don't need to change it every update :)




1574
General Discussion / Re: segregation of duties
« on: February 01, 2014, 11:22:23 PM »
Yes, you can do that,  it is managed within users and user groups.  You need to define a user group and what it can assess. Then when you set up a user you can assign them to the proper user group.  You can also reassign them to a different group if desired.

Here is the link to the documentation that describes it.  They will be able to see all the area,  but they won't be able to changing any area they don't have access to.

http://www.abantecart.com/ecommerce-documentation/51-admin-user-manual/system/users

Lee

1575
Built-in Features / editing emails and other customer centric forms
« on: February 01, 2014, 05:37:12 PM »

While trying to change the email customers receive when an order has been placed I encountered some difficulty in the process of change.  I was able to figure it out,  but it more complex than this great cart should be.


With the files that are in the cart upload the syntax is poor - it says
Thank your for interest in (your busines name) products. Your order has been received and will be processed once payment has been confirmed.


At the least it should say
Thank you for your interest in (your busines name) products. Your order has been received and will be processed once payment has been confirmed.


But the real issue here is the process to make a change:
   First needed to search board and documentation - docs have no help,  board came up with this
   It is send by default. If you need to edit text look into:
   
   Model:
   storefront/model/checkout/order.php
   Template:
   storefront/view/default_html5/template/mail/order_confirm.tpl
   
So that got me to the template where one has to read the code to find the string  so you can
locate it within the Language Definitions or one can waste many tries on search hoping to find the string that is being used.  These are too difficult for a lot of users and more difficult than it should be for any user.


It is critical to customer relationships that the cart owner should be able to say on the emails text that is relevant to their business and at the least,  if Abantecart is going to pre-fill then the syntax needs to be correct, at the least.


Please consider enhancing this great cart by adding admin areas that show the form, email whatever and gives the link to the place there the language definitions are that control what is used.  One can't even use firebug on the emails to figure out what it might be called. 


My suggestion would be to add a section in the Design called Forms with something similar to the Layouts.  Ideally see the rendered form with the changeable UI showing would be quite  helpful


Pages: 1 ... 103 104 [105] 106 107 ... 119

Powered by SMFPacks Social Login Mod