Show Posts


Topics - Ollie

Pages: 1 [2] 3 4 ... 6
16
General Support / How to set cookie domain
« on: November 08, 2016, 08:13:56 AM »
For some reason, credit card data is not passing to my language subdomains (which are hosted by a company other than my web host). The company explained that I need to set cookie domain so the data transfers from mydomain.com to mysubdomain.com. My coder says I cannot simply change the url to a relative one because it is generated with built-in function: https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/default_authorizenet_aim/storefront/view/default/template/responses/default_authorizenet_aim.tpl#L88 According to him, this function generates the URL based on server configuration: https://github.com/abantecart/abantecart-src/blob/master/public_html/core/engine/html.php#L179

I posted a question the other day in this forum and one of the core developers suggested replacing "null" on line 364 with my domain name. I tried this, but it didn't work: https://github.com/abantecart/abantecart-src/blob/master/public_html/core/engine/language.php#L364

How can I set cookie domain in AbanteCart? Any help will be greatly appreciated.

17
General Support / Transaction rejected due to invalid dollar amount
« on: September 27, 2016, 07:51:58 PM »
I'm getting an error message when trying to check out in a language other than English. Today, I placed a test order in Spanish and got this error message: "A valid amount is required." (See attached screenshot.) A customer in Quebec reported the same problem the other day when she tried to check out in French.

I spoke with Authorize.net and they said this error is not coming from them. In fact, they have no record of the order attempts.

What's causing this issue and how can I get it resolved?

PS: The translated portion of my website is hosted by a third party service provider, not by my hosting company.

18
General Support / How to override specific templates?
« on: August 25, 2016, 08:42:44 AM »
I want to override email template (`/template/mail/order_confirm.tpl`) via my extension, but AbanteCart doesn't allow to do that for some reason. Also I'd like to modify products list, before sending email, but I don't see any `Init` or `Update` hooks inside the Order Model which performs sending (`admin/model/sale/order.php`), so I can't do that. The only `hk_confirm`
hook is called before products list generation, so it doesn't help.

19
General Support / Alternate path for shopping cart a good idea?
« on: August 24, 2016, 12:26:32 AM »
A developer is working on a extension for me and he came up with an alternate path for the shopping cart. The path was changed from index.php?rt=checkout/cart to index.php?rt=checkout/cart_sp. Is this a problem at all? Any potential drawbacks with using an alternate path?

20
General Support / Display Problem with Order Details
« on: August 22, 2016, 08:55:32 PM »
For some reason, I'm not getting the correct display in the fax field when I go to Sales > Orders > Order  Details. See attached screenshot. Which template should I restore to fix this problem? Or is the problem being caused by something else?

21
General Support / RESOLVED: How to delete unwanted extensions?
« on: August 20, 2016, 06:25:43 PM »
I downloaded some extensions from the Marketplace but I changed my mind and decided not to install them. How do I get rid of these unwanted extensions? They show as "ready to install" but there's no delete button.

22
New Features Discussion / Fix category URL
« on: August 17, 2016, 07:37:28 AM »
Hello. I'd like to suggest the inclusion of a category fix in the next upgrade. The issue is described in details in this post:
http://forum.abantecart.com/index.php/topic,4887.0.html Thank you.

23
Tips and Tricks / How to add an intra-site search engine
« on: August 14, 2016, 01:05:35 PM »
In this article, I will explain how and why to add an intra-site search engine to your AbanteCart store.

If you have a barebones website with products only, this article does not apply to you as AbanteCart's built-in search engine is most likely meeting your search needs.

Now, if you have a website with lots of information pages such as a library or a resources section pointing to pages within your website, please read on.

As is, AbatenCart's search engine only picks up products and category pages; it does not crawl and index additional information pages you may have added to your store. In my website, for example, I have a library with loads of articles and other resources, both inbound and outbound. Of course, I made these resources available for my customers so there would be no point in having them unless they can be found.

When I decided to add an intra-site search engine to my website, I searched for several options on the market, including Google Search. Finally, I decided to settle with Zoom Search Engine since it's the one that best meets my needs. Zoom is simple, powerful, and flexible. It has no recurring fees and if you have a small website, it's totally free!

An intra-site search engine is easy to set up. In the case of Zoom, I downloaded it to my desktop, configured the settings to my needs, then put the crawler in auto mode. Depending on the size of your website, it may take over 24 hours to crawl the entire site. This is pretty normal. Once you are done with crawling, you simply upload the data files, search.php, settings.php and search_template.html to your server.

As you go about looking for an intra-site search engine, check to make sure the developer offers tech support and what kinds of features it includes.

24
Tips and Tricks / How to take your online store to the next level
« on: August 14, 2016, 02:14:00 AM »
For those of us who love AbanteCart and all the features that it comes with, we may have settled on a particular design or look and may be satisfied with it. But the crucial questions are, "Are we listening to our customers and online visitors?", "What kind of feedback have they volunteered (if any)?", "Do we read their silence as a sign of approval?", "Do we normally ask for their input, comments and/or suggestions?", or "Do we assume we reached the pinnacle of web development and there's no more room for change?"

A good webmaster takes into account his/her audience's feedback, just like companies conduct satisfaction surveys to determine how customers like their products and/or services, and whether their needs are being met.

An area that's often neglected in web design (even by large corporations) is accessibility. Far too many websites are not accessible for those who are blind, deaf, or with other types of physical disabilities. There are plenty of resources online on this subject and, if this is something you never thought about, I strongly recommend you start doing. An accessible website makes it more inclusive and therefore more attractive. Nobody likes to be left out and people with disabilities are no exception! Recently, my company added a free extension to the Marketplace called "Accessible Cart". Check it out: http://marketplace.abantecart.com/accessible_cart

With that said, I would go a bit further to say that some of us may be stuck at some aspect of our website. Maybe we fell in love with the color scheme or the graphic elements or an image slider or whatever. It doesn't really matter what, there is always room for improvement. In 15 years in the assistive technology business (and close to 20 as a webmaster), I can't tell you how many times I changed my website and now with AbanteCart, I'm finally reaching a point of satisfaction. But this satisfaction came at a price (and a lot of time spent).

Every once in a while I read comments from fleeting visitors who come to this forum in hopes of finding the perfect shopping cart for free. Some are very demanding, others are plain rude. How can we expect a team of volunteers working on this wonderful project to give us a PERFECT shopping cart? There is no such thing. A sensible person would take what they were given for FREE, be thankful for the GIFT and help make it better. For me, this is the beauty of AbanteCart: the level of dedication of those involved. Of course, there are times we wait for an answer to a question that never comes, but hey this is a part of life. People are busy. Maybe we can dig in further and find the answer ourselves.

The Marketplace has wonderful extensions designed to enhance and extend the capabilities of AbanteCart stores. If you haven't bought an extension for a while (or never bought one), maybe it's about time to do so. When you buy an extension, you are encouraging its developer to create more extensions. If nobody buys, what's the point of making them anyway? To me, lauding OpenCart for the x number of extensions they have in comparison to AbanteCart (as I read in a post today) is totally unproductive. We can have as many extensions as they do - and as good as they are. It's entirely up to us, the AbanteCart community.

Finally, here's some food for thought on the issue of web design: Why would you settle with French fries when you can have gourmet food?

PS: I don't mean to be offensive to anyone with my French fries comment. I like FF but I love GF.

26
Tips and Tricks / How to defer certain images for faster page loading
« on: August 14, 2016, 01:16:09 AM »
In this article, Patrick Sexton explains how to defer certain images without JQuery for faster page loading. I applied this technique to my category/subcategory images and I'm very happy with the result. I noticed my website loads much faster.

https://varvy.com/pagespeed/defer-images.html

These were the two files I have used:

/storefront/view/default/javascript/common.js
/storefront/view/default/template/blocks/category-top.tpl

NOTE: Along with image deferment, I also used image compression.

27
General Support / Favicon not showing on Internet Explorer
« on: August 13, 2016, 01:40:51 PM »
My favicon is not showing on the product page on Internet Explorer 11. No problem with other pages or other browsers. I'm using v 1.2.7 of AbanteCart. Any idea how to fix it?

28
General Support / Problem with database or Abantecart?
« on: August 12, 2016, 08:24:33 PM »
Recently, I paid someone to optimize my database and upgrade the shopping cart to version 1.2.7. After the fact, I'm having a problem that I never did before on version 1.2.0. Here's a brief description:

No matter what category an item is listed under (for example, "vision'), it will come up in any other category URL. For example, in the following link, any word you use to replace "vision" with makes no difference. The product URL will be found - regardless of category name! I call it the "whatever factor". You can type whatever and the product will pop up. No kidding!

https://assistech.com/store/vision/fc1204

NOTE: I'm not providing any goofy links because I don't want Google to index goofy stuff. Or maybe I should provide one with a little tweak. Please copy the URL below, remove the white spaces before and after "whatever" and paste the URL in your browser window:

https://assistech.com/store/ whatever /fc1204

I swear I don't have a category named "whatever". lol

Has anyone experienced a smiliar problem with v. 1.2.7?

I was told this problem has nothing to do with the database optimization. The person hinted it might be a problem with v 1.2.7 or an issue caused by my extensions. I uninstalled and deleted all my extensions only to found out the problem persists. If it is indeed an AbanteCart glitch, what would the solution be?

I appreciate any suggestions and/or recommendations that might lead me to a resolution. I would love to hear from other Abantecart 1.2.7 users and/or core developers. Thank you!

29
Customization help / Paid Support for New Extension Development
« on: August 11, 2016, 08:43:05 AM »
I'm half way done with a new Abantecart extension that will have multiple functionalities, including a currency reminder (to check out in the default currency), an upsale promoter, and an "ask questions" feature. I'm looking for someone with experience in extension development to help me finish the job. This is a paid job, by the way, and I'd rather hire on a fixed basis. If anybody is interested, please send me a pvt message and I'll reply with more details. Thanks!

30
General Support / Wrong hover image on product page
« on: July 30, 2016, 02:23:43 PM »
For some reason, when I mouse over Add to Cart button on the product page, it shows a little shopping cart icon on the top right hand corner - in addition to the regular size icon! See screenshot attached. How and where can I fix this?

Pages: 1 [2] 3 4 ... 6

Powered by SMFPacks Social Login Mod