Show Posts


Messages - llegrand

Pages: 1 ... 110 111 [112] 113 114 ... 119
1666
New Features Discussion / Re: Extension store search function
« on: November 23, 2013, 01:06:17 PM »
Boy,  my face is red -  apologies,  I missed the word extension in the original post.  Gosh darn details anyway :-[

In addition to Junkyards links -  I see as of today  AlgoZone is a board member.  I think that is a very positive move for both Abantecart users and Algozone support.


See this post for details.

http://forum.abantecart.com/index.php/topic,1389.msg5402.html#msg5402


1667
Hi Junkyard,

Here's a link to a post I made about email configuration when I first started testing the cart. 

http://forum.abantecart.com/index.php/topic,1164.msg4559.html#msg4559


Abantecart seems to suggest that SMTP  is the preferred way,  but like you I have only gotten  desired results using Mail.  It leaves some confusion in my mind,  but since Mail works for me,  that's what I am using.

Lee

1668
Support / Re: FREE SHIPING ON ORDERS 50+
« on: November 23, 2013, 01:03:10 AM »
I think perhaps you are missing that there are two places in Abantecart for Free Shipping

One is in the Extensions  > Shipping.  You turn on that extension and put the dollar amount in and it applies to an entire order.

The other way is with Free Shipping Coupon - there you can apply it to specific items or you can set up for a dollar amount for the total.

Here's the doc link,  scroll down to the Free shipping for details.

http://www.abantecart.com/ecommerce-documentation/46-admin-user-manual/extensions-menu/shipping

If you used The shipping extension you don't need a code -  if the order comes to 50+ the free shipping is automatic. (least mine works that way)  Then use your OFF20 for the first order.  that would make it easier for your customer to succeed I think.

Lee


1669
David,

First - I believe the encryption data manager from Abantecart is a standalone data encryption.  This note in the documentation is pretty straightforward.
NOTE: Do not confuse SSL data encryption with signed SSL certificates (HTTPS) used for browser access to sites

Next - things that you might not know:

An SSL Certificate is purchased for the entire domain name (be sure you're getting one that works for both www.  and no www on your domain as most sites work now either way or set up redirects to handle it.  But to a SSL cert www.mydomain.com and mydomain.com are two different names.  And if you are running in a subdomain  that is a standalone name, or you can buy a wildcard cert for mydomain.com and it will cover no www,  www, and all subdomains on mydomain.com

Also you must have a dedicated IP address for your domain - if you are on a hosted account,  you can usually obtain a dedicated IP address for a couple of bucks a month more.

Next, in most cases you can control the pages or sections of your site having some under http://  and others under https://.  This is usually done via .htaccess and rewrites.  I am unsure how this would need to be engaged within Abantecart as I haven't done it. 

Unless you are quite comfortable with adding things and solving any server setup issue -  I would suggest to see what your hosting provider is offering for SSL, and most importantly if they will install it.  The other question is to see what they will charge to install a cert they didn't sell,  or if they will do that.

I don't like doing things to my server personally so I either use a managed server box (which is what I am testing Abantecart on),  or on self-managed servers I use a server admin service.  In either configuration  I just let those guys install my certs and attend to my annual renewal updates. My feeling is they know the server side and I don't,  so I let them attend to it. 

The certificate cost is an annual fee,  not a one-time fee  and most certs issue a new key when you renew -  that key has to be changed in your server information for your cert to continue to work correctly.  It's just maintenance,  not hard,  but has to be done or customers get scary warnings when things are out of sync.  Since it is once a year,  it sometimes get overlooked, or you can purchase for extended periods of time (multiple years).

For me since the setup of the keys, is critical and it comes so infrequently  I always have someone else do it for me. As I tend to forget some important step when it comes up.  Once you get the rewrites setup - and Abantecart can direct you there,  that won't need attention.

I hope this provided a bit more clarity rather than a bit more confusion.

Lee













1670
Extension Support / Re: My Paypal express check out is not working...
« on: November 22, 2013, 12:04:02 PM »
Thank you, thank you!

Way cool!!!  I just went to the extension store and did the download from there (mostly as a test)  and I was delighted to see the system send a message that my version was being updated from 1.0 to 1.0.1.  Nicely done Abantecart.  That was easier than ftping the new files.

Thanks again for a good job.

Lee



1671
Opinions / Re: Users and Customers notifications
« on: November 21, 2013, 05:56:03 PM »
Yes,  adding the ability to keep customers apprised of their orders,  etc  is always a good enhancement.

Lee

PS -  I didn't know exactly how to vote on the survey -  deciding if this enhancement should be core or extension is beyond my comfort zone.  so just register me as a yes  and I  defer to cart coders to determine the correct placement.

1672
Extension Support / Re: My Paypal express check out is not working...
« on: November 21, 2013, 11:19:01 AM »
We are improving PayPal express extension. There will be new version in 2 days. Please wait for the update. There is a fix related to the problem that you experience.


Hi Abantecart - Has the PayPal Express extension been updated yet?  When checking on the Extension page I can't tell if it is new or not.

Thank you for your response.
Lee

1673
Extension Support / Re: Fedex not showing up in cart
« on: November 21, 2013, 10:14:56 AM »
DavidLIR,

This is just general info - Abantecart uses caching to increase the speed of page delivery  and browsers also cache.  So often when you make changes into your pages -  you won't see those activate until you actually clear the cache, often in both places.

Under System > Cache  at the bottom of the page you can clear the cache on the server. 

 You should also clear the cache on your PC.   Sometimes if a glitch has been fixed, you can continue to see the bug because you are viewing a cached version of the page, so force refreshing will allow you to see the fix.

Generally speaking, CTRL-F5 will do a non-cached refresh, while F5, CTRL-R, and Refresh button will do a cached refresh. That is, the browser will not retrieve the latest information from the server, unless you perform a CTRL-F5

Lee


PS Abantecart will need to answer about the extensions - for more clarity that I can provide.

1674
Hi David LIR, 

Let me added my opinion to this and it does vary from Abantecart's.  But after more than a decade of running online sites for ecommerce, directories, blogs, and content management  I have developed from guidelines for my operation that seem to work.

In my opinion you only need a real SSL  when you are capturing and/or keeping credit card or bank account info on YOUR server.   If you are passing transactional information to PayPal or some other gateway BEFORE the customer has to input the credit card information  then you don't need to have SSL on your site.

If you are only storing your customers name/address/phone  these pieces of information are easily found in many, many places and don't require SSL in my opinion

In addition to the increased cost of having the SSL,  there is a cost in the delivery speed of your site pages also.
Here's a link to an good article that explains it better.

http://support.exware.com/ssl.html

You will need to check with your hosting -  but a shared SSL usually doesn't provide enough protection for running the PCI for the credit card processing. 

But I do often used the shared SSL (or a self-signed certificate) for the email portion of my sites.  In my experience shared ssl or self-signed certs do not show on your public links - that means they don't need the https for the URL.
 The shared SSL certificate is intended to be used in situations where you wish to have a secure connection to the server that is not typically seen by the general public.  For example, when logging into the administration area of your website.
 Shared SSL is not recommended for e-commerce sites, because customers expect to see your domain in the URL.  And if you attempt to use your domain name with the shared certificate, it is not guaranteed to work. Even if visitors can see your site, the shared SSL warnings  will make customers uncomfortable submitting their credit card information through your website
In summation -  if you determine you do need a SSL for your customers "peace of mind"  you will need to use a private SSL rather than a shared one.
Lee


1675
New Features Discussion / banner statistics needs management capability
« on: November 20, 2013, 02:56:51 PM »
It is my opinion that the banner statistic reports in it current form is fairly meaningless and adds too many records to the database.  In checking on my database there are over 6000 records and I am not even live - just building the site.

Currently there is no way to reset the stats to zero with the reports area and in the products viewed reports which makes it more difficult to manage.

Additionally,  there should be a report date range request that would make this perhaps more meaningful over time.

There are more functionality features that could be and perhaps should be added to make this report useful rather than just the rapidly expanding database placeholder that it currently provides.  But just adding the reset and the date range request would trememdously improve the usefulness of this report.

thanks for considering.
Lee


1676
New Features Discussion / multiple email address for different notification
« on: November 20, 2013, 02:46:38 PM »
Please consider adding this function:  The ability to use multiple email address for different functions. Rather than having to use just one all inclusive email for everything as it seems the system is limited to at this time.

As an example:
orders from orders@mystore.com
newsletters from newsletter@mystore.com (I am probably able to do that by adding the Mail Chimp)
contacts us from customersupport@mystore.com
That type of thing. 

Thanks for considering this.
Lee

1677
General Support / Re: multiple email address for different notification
« on: November 20, 2013, 02:41:47 PM »
thanks Ron and JHammond,

Ron since you use Mail Chimp -  did you hook up the Extension in AbanteCart yet or do you plan to?  I am not familiar with Mail Chimp,
but was thinking it might be a way to handle at least the newsletter sending.  If you have any further guidance on that thought, please share.

I will make a post into features requested section for this to be at least considered for future development.

Lee

1678
General Support / Re: Where can I delete reports info
« on: November 20, 2013, 01:39:15 PM »
Ron,  I you expecting the Products Viewed Report to have NO ENTRIES?  If so,  I think that might be the problem.   I believe the Products Viewed Report -  just lists everything in the cart,  including an entry for multiple categories.   

The Reset just clears at the statistics for the number of times a product is viewed.  And your screen shot shows that the number and percentages have been reset to zero.

Hope that helps.

Lee

1679
General Support / Re: multiple email address for different notification
« on: November 20, 2013, 01:32:08 PM »
I had found that Ron,  but it doesn't appear to do what I want it to do.  Seems that just sends the same email to several different addresses.  That would be good if you wanted more than one person tracking something.

What I would like is
orders from orders@mystore.com
newsletters from newsletter@mystore.com (I am probably do that my adding the Mail Chimp)
contacts us from customersupport@mystore.com
That type of thing. 

The question is does the current system provide this?  And if so,  how/where?









1680
General Support / multiple email address for different notification
« on: November 20, 2013, 12:50:17 PM »
I haven't been able to find a post or a documentation to answer my question, so if anyone knows thanks in advance for sharing.

I would like to have different emails address for different functions -  one for the orders notifications,  a different one for the contact us, etc.

There seems to be only on field in the Settings > Details tab

Settings >Mail  has sections for mail parameters  but I don't know precisely what they do and it doesn't seem that they will accomplish my goal. 

There is also the Additional Email Alerts system but that seems to only send copies of  emails to several different email addresses,  and will not accomplish my goal of having orders go to one address and contact us to another.

Lee

Pages: 1 ... 110 111 [112] 113 114 ... 119

Powered by SMFPacks Social Login Mod