News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Ollie

#1
How do I go about removing certain extensions from the Marketplace?
#2
Having another problem with version 1.2.10:

When checking out as a Guest, I get stuck at guest_step_1. It won't let me go any further.

Why is this happening? How can I fix it?
#3
I upgraded to v 1.2.10 and I'm getting this critical error when trying to edit an order in the store admin.

Error Log:

2017-05-09 0:59:50 - database error: AbanteCart core v.1.2.10 SQL Error: Column 'sku' in field list is ambiguous
Error No: 1052
SQL: SELECT sku FROM `ac_product_option_values` pov LEFT JOIN `ac_order_options` oo ON pov.product_option_value_id = oo.product_option_value_id WHERE oo.order_id = 255809 in <b>/home/xxx/public_html/store/core/database/amysqli.php</b> on line <b>109</b>

2017-05-09 0:59:50 - warning: AbanteCart core v.1.2.10 Invalid argument supplied for foreach() in <b>/home/xxx/public_html/store/extensions/sales_plus/admin/view/default/template/pages/sale/order_details.tpl</b> on line <b>15</b>

Any insights on how to fix this problem will be greatly appreciated.   
#4
I am getting different shipping rates between the UPS server and my AbanteCart store. I used the same parameters (same zip codes, same weight, same dimensions, and same type - residential vs commercial) but I'm getting rates that don't match!
#5
I need help to finish three AbanteCart extensions. This is a paid job.

If interested, please send me an internal message. Thanks
#6
Instead of a hyperlink to an order that has been approved, I need my success page to show the actual order content. It would display the order number, shipping and billing information and cart content, including shipping method, and totals.

I believe I need to edit common/success.tpl. What code do I have to use?
#7
Development Help Needed / Help with PHP code
February 19, 2017, 11:30:42 AM
I'm in the process of coding an extension and I need to know the code to get the total amount.  I tried these three code snippets, but none of them worked:

<?php echo $totalamout; ?>
<?php echo $total; ?>
<?php echo $total['text']; ?>

I also need the code for the model number of each item on the order.
#8
General Support / Issues with 2checkout integration
February 09, 2017, 04:36:34 PM
I'm having some issues with 2checkout integration. For one thing, they told me I could use "inline" integration, but after I set up my account, they are now saying "inline" may not be an option with AbanteCart. If it is an option, how is it implemented?

Another problem I had with my first test order (using standard checkout), there is no record of the order in AbanteCart, even though it shows in the 2checkout dashboard. Also, the shipping information didn't transfer, the item number is incorrect (i.e. different than the item number used in my store)!

After waiting about 10 days for the approval of my application, I'm disappointed at their payment gateway and the fact that their tech support is not very supportive. Anyway, if I can't hammer out these issues, I'll probably go with Paypal.
#9
General Support / Flat Rate shipping on specific items
February 02, 2017, 06:02:23 AM
My shipping charges are carrier-based for most products. There are some ADA Kits, however, that I need to charge a flat rate of $20 per kit. I tried both Default Free Shipping and Flat Rate Plus, and neither extension seems to work in my case. Any suggestions?
#10
For some reason, the shipping information is not passing through at checkout. When I get an order notification by email, the shipping section is blank (no name and no address). This information is also missing in Order Details online. This only happens randomly.
#11
Recently, I upgraded to PHP 7 for PCI compliance. I tested my store and all the PHP functionalities seem to be working fine, except for one thing. For some reason, the store (version 1.2.9) stopped printing this line of code after the upgrade:
<?php print(file_get_contents(HTTPS_SERVER."index.php?rt=r/content/content/loadInfo&amp;content_id=3")); ?>

How can I fix this?
#12
I merged two extensions into one and now I want to remove one of them from the Marketplace. What steps should I take?
#13
Customization help / Add to Cart button looks goofy
January 15, 2017, 05:39:39 AM
For some reason, my Add to Cart button is showing two cart icons instead of one. See attached screenshot. How can I fix that? I appreciate if someone could give me the specific code that I need to use in style.css. Or maybe this is being caused by something else.
#14
General Support / PCI Compliance
January 06, 2017, 02:18:06 PM
I need to fill out a self-assessed questionnaire (SAQ) for PCI compliance and I have a question: Is AbanteCart  PCI DSS validated?

Here's an article from Wikipedia on this topic: https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard

If not PCI DSS validated, what do merchants need to do on their end?

NOTE: I have a strong SSL certificate and use Authorize.net for payment gateway.
#15
General Support / Getting a parsing error message
December 07, 2016, 11:59:48 AM
For some reason, I'm getting this error message when placing an order in my shopping cart: 

parsererror SyntaxError: Invalid character

The shopping cart was working fine until yesterday. Any idea on how to fix the problem?

#16
General Support / How to set cookie domain
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
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?
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
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
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?

Forum Rules Code of conduct
AbanteCart.com 2010 -