Show Posts


Messages - www.PiShop.co.za

Pages: [1] 2 3
1
AbanteCart v2.0 / Re: Product bundling
« on: January 08, 2018, 04:39:51 AM »
This is an awesome idea! I'd really love this as it is a feature that would be used extensively.

2
Template Support / Re: Customer's Telephone required
« on: August 04, 2017, 02:06:39 AM »
http://forum.abantecart.com/index.php?topic=3558.0

This worked very well for me but you ideally don't want to modify core files as they might be over-written in future upgrades and you'll need to keep remembering to make the respective code changes.

I do agree that the $15 extension is a bit pricey though, but worth if you want to have less hassle in the future.

3
Extension Support / Re: PayPal
« on: May 14, 2017, 04:59:50 AM »
Hi All,

So I removed the second address in my PayPal config so now AbanteCarts config matches PayPal... same error occurred, I had a few more PayPal orders and out of 5 only 1 failed... I did a code compare between the 1.2.10 master and our running default_pp_standart extension the code is identical.

Anybody got any ideas?

Thanks

4
Extension Support / Re: PayPal
« on: May 11, 2017, 07:42:16 AM »
you might possibly be correct, we have 2 email addresses setup in PayPal but:
- our primary email address on PayPal matches out address as configured in the paypal standart plugin.
- only 14 of 22 orders have failed in no specific order or frequency

I'll change the address and see if it makes a difference, any other ideas?

5
Extension Support / Re: PayPal
« on: May 11, 2017, 05:28:28 AM »
We're using standard where we're facing the errors

6
General Discussion / South African Stores
« on: May 10, 2017, 04:38:10 PM »
Anybody from South Africa (apart from us) using AbanteCart? Got any thing to show off? or warnings for the rest?

I figure if we all join together we can benefit from a collective knowledge of how SA works, also get some buying power for dev work that we'd like to have done... e.g.: wouldn't it be nice to have a few local courier options? or possibly some different payment gateways?

We could assist each other to all collectively grow our eCommerce businesses and keep the awesome product that is AbanteCart going strong in SA.

7
Extension Support / Re: PayPal
« on: May 10, 2017, 04:32:47 PM »
Strangely after the upgrade to 1.2.10 we're seeing Paypal orders come through with a "Failed" order status (we're using GBP as a currency which is valid on PayPal)

The messages table shows:
Failed or missing response from payment verification. Manual verification is required! this link

Also very strange is the fact that not all PayPal orders fail, I have tried with no luck to replicate the error but of the 22 PayPal orders we've had since our upgrade 14 have been in the failed state.

anybody have any ideas?

8
New Features Discussion / Re: Nicer print functionality
« on: December 28, 2016, 06:33:40 AM »
Sorry for digging up the past here but I too have the same requirement, I want to allow my customers the ability to Print the contents of their cart in a format that looks very similar to the Admin > Sales > Orders > Printer icon  > print. (Admin Invoice)

Anybody done something like this? I was considering using CSS (http://stackoverflow.com/questions/355313/how-do-i-hide-an-element-when-printing-a-web-page) or a new PHP Page that I can pass some variables too but don't want to re-invent the wheel if somebody already has a solution.

9
Customization help / Quoting Sytem
« on: October 11, 2016, 04:42:46 PM »
We often get asked to draw up a quote for business customers that cannot simply buy online but rather have to go through the bureaucracy of adding us as a vendor, providing a purchase order etc..

To draw up a quote we currently manually place an order via the storefront and then from the admin area save the invoice as HTML and modify it to say "Quote" and send it on... this is simple enough but if we get a very large quote then the order (which isn't committed to by the client) reserves all of the stock and actual clients buying via the store front cannot complete their orders, furthermore we only promise to hold stock for 7 days on an order so if the customer hasn't paid the Quote value then we cancel the order and restock the products one-by-one.

Does anybody else face this business problem, if so, how do you handle it?

I'd love to go so far as to automate it but I dont see any items on the marketplace that match my need and I dont have enough time (or skill) to develop this from scratch.

10
Payment Modules / Re: PayFast.co.za
« on: October 11, 2016, 04:31:01 PM »
Hi Zer07even,

I don't mean to trouble you after so long . I have visited your store and it looks really beautiful . I'm looking for any help  with PayFast.co.za integration for my test site until it can go live. Can you please assist me on which direction I can follow.

King regards
Visualpoet

Very nice link here too:
https://www.payfast.co.za/shopping-carts/abantecart/

11
Customization help / Re: Grey out Product Options when out of stock
« on: May 03, 2016, 03:25:45 AM »
Hi,

Nope Im running v1.2.6 (but i did start on v1.1.9 and have upgraded along with the releases but haven't switched templates yet)

Ill give it a try and report back.

12
Customization help / Grey out Product Options when out of stock
« on: April 28, 2016, 11:22:56 AM »
On the default_html5 template (perhaps others too) the product options show the number left in stock or "Out of Stock" if applicable.
I'd like to disable (grey out) the radio button (or checkbox) when items are out of stock.

I had a look at the /storefront/view/default_html5/template/pages/product/product.tpl but I see the code for adding the options is pulling data from an Array (as seen below)                                     
Code: [Select]
<div class="controls">
<?php echo $option['html']; ?>
</div>

I have managed to get the item to disappear altogether by modifying the controller at /storefront/controller/pages/product/product/php but thats not what I'm looking for... Id really just like a way to have the radio button not selectable (but still visible) so:
Code: [Select]
<input id="option4131085" type="radio" value="1085" name="option[413][]" disabled>Black Modular R34.00 Out Of Stock rather than
Code: [Select]
<input id="option4131085" type="radio" value="1085" name="option[413][]" >Black Modular R34.00 Out Of Stock
Any help will be appreciated

13
Extension Support / Re: Template Engine Array Issue
« on: April 28, 2016, 02:43:58 AM »
Thanks, I'll try the file replacement this evening (during the store's quite time) and let you know how it goes.

14
Extension Support / Template Engine Array Issue
« on: April 19, 2016, 05:11:32 PM »
Im seeing thousands of these errors in my error log:
2016-04-19 23:10:18 - warning: AbanteCart core v.1.2.6 in_array() expects parameter 2 to be array, null given in <b>/home/user/public_html/store/core/engine/extensions.php</b> on line <b>835</b>

anybody know what that is and what could be causing it?

15
General Support / Safari / Apple Issues?
« on: February 03, 2016, 05:02:13 AM »
We have had 4 issues with customers trying to make use of our site when using the Safari browser, I have listed two of them below as those are the ones that I have details of... I cannot replicate it but I'm hoping that somebody either has a similar problem or can advise.

We are running V1.2.5 and the default_html5 template.

Issue 1: PayPal Standard Summary rather tan Invoice
When the user attempted to checkout using the paypal standart payment method he kept getting re-directed to the paypal summary page and not an invoice that he could pay. this happens whether he was logged in to paypal or not.
Mac OS X Yosemite 10.10.5
Google Chrome Version 47.0.2526 (64 bit)

Issue 2: Registering / Ordering as Guest Safari Error:
The customer gets the following error (attached)
I dont know the OS or Safari version but I know that when she used Chrome it worked.

Thanks

Pages: [1] 2 3

Powered by SMFPacks Social Login Mod