Re: Zapier or API availability?
Anyone come up with a solution to integrate with Zapier?
Jump to post- Sat Nov 10, 2018 12:01 am
- Replies 15
- Views 9177
Re: Continual PayPal problems
is this one of the offending lines of code:
'BILLTOSTATE' => $payment_zone['code'],
if so, then your cart module may not be setting the payment zone.
why don't you post both lines of code that are showing in your error
Steve
- Thu Oct 19, 2017 8:39 pm
- Replies 7
- Views 1686
Re: Continual PayPal problems
Turning off that one page checkout module would be a good test - I have used those in the past and I find the stock checkout module works pretty good.... It seems every time I add a new extensions, troubleshooting conflicts is becoming a nightmare.
Jump to post- Thu Oct 19, 2017 8:34 pm
- Replies 7
- Views 1686
Re: Paypal Payflow iframe
I found a spot to include a message to customer indicating failure (better than showing nothing): from the file /catalog/controller/extension/payment/pp_payflow_iframe.php public function paymentError() { echo 'Credit Card Data Error - Please Confirm Billing Address and CVV Data'; $data['url'] = $th...
Jump to post- Thu Oct 19, 2017 5:47 am
- Replies 4
- Views 1803
Re: Continual PayPal problems
Hello,
I am using that module with 2.3.0.2 without problems - my only issue is the module does not show any notifications to the customer when the transaction is declined.
I would log into github and make sure you have the latest version for 2.3.0.2 (i need to check myself).
Steve
- Wed Oct 18, 2017 11:05 pm
- Replies 7
- Views 1686
Re: Paypal Payflow iframe
Just noticed that his module does not notify customer when the card is declined - just throws them back to the top of the checkout page.
Anyone else seen this?
- Tue Oct 10, 2017 11:03 pm
- Replies 4
- Views 1803
Paypal Payflow iframe
Using the built in module with OC v2.3.0.2 and receive payments correctly and capture works in order history as needed. However I cannot find any information that shows the payment method, ie Paypal, Credit Card - is this information stored in another table or is there another addon to add this info...
Jump to post- Thu Oct 05, 2017 9:10 pm
- Replies 4
- Views 1803
Re: Shopping Cart Doesn't Refresh When Deleting Product
Works for me on v2.3.0.2
You have to wonder why this has not been corrected yet?
Thoughts?
- Mon Oct 02, 2017 4:20 am
- Replies 13
- Views 5026
Re: Problem after upgrade with Openbay code
I started over again with my database export (actually copy with mysqladmin) and before I did this disabled the openbay extension in v1.5.6 and upon running the upgrade - did not see this error, so if you have that option give it a try.
Jump to post- Thu Sep 21, 2017 2:22 am
- Replies 7
- Views 2376
Re: Problem after upgrade with Openbay code
Ok, I got a fix. Log into admin, find Openbay extension, enable/install it. I noticed that amazonus was active, probably from my previous install. Turned it off then uninstalled the Openbay extension - front page gave a new error about >> Could not load model total! << deleted the old directories fr...
Jump to post- Tue Sep 19, 2017 5:21 am
- Replies 7
- Views 2376
Re: Problem after upgrade with Openbay code
if i comment out // OpenBay Pro // $this->registry->set('openbay', new Openbay($this->registry)); in /admin/controller/startup/startup.php I can get the admin control panel to operate. I tried to comment out /catalog/controller/startup/startup.php the same code but does not allow the front end catal...
Jump to post- Tue Sep 19, 2017 3:52 am
- Replies 7
- Views 2376
Re: Problem after upgrade with Openbay code
I am having this same problem after running the upgrade from V1.5.6 to v2.3.0.2 - anyone find the solution?
Jump to post- Tue Sep 19, 2017 2:45 am
- Replies 7
- Views 2376
Re: 1.5.6 upgrade 2.3 Could not load config default! [solved]
Just wanted to put this out - maybe help someone else: error message: PHP Parse error: syntax error, unexpected ')' in /var/www/html/system/helper/json.php(126) I was receiving this error message since I did not have json module installed in apache/php yum install php70u-json restart apache solved t...
Jump to post- Tue Sep 19, 2017 1:39 am
- Replies 3
- Views 1062
Re: 1.5.6 upgrade 2.3 Could not load config default!
This was caused by some spurious data in my config definition in root config.php
define('DIR_CONFIG'.........
on to the next error.
- Tue Sep 19, 2017 12:30 am
- Replies 3
- Views 1062
1.5.6 upgrade 2.3 Could not load config default! [solved]
Hello, I have copied my database to a new database, using a secondary copy of my web server files, went through the upgrade process for 2.3.x that finally completed successfully and receive the following error on the main page now: Notice: Error: Could not load config default! in /var/www/html/syste...
Jump to post- Mon Sep 18, 2017 11:06 pm
- Replies 3
- Views 1062
Re: Package Tracking Service
Hello, Getting an xml error when using latest Professional HTML Email There was a new upload in the admin/view/template/mail/order_update.tpl Can you review advise changes in the emailtemplate_package_tracking.xml ---------- Date: 2014-04-24 10:10:02 ~ IP : xx.xx.xx.xx ---------- REQUEST URI : /admi...
Jump to post- Thu Apr 24, 2014 11:33 pm
- Replies 139
- Views 49915
Re: Multi-Store Admin Order Edit
Thanks for response
Using oc 1.5.6
The admin/config.php is setup using the default store, url etc...
if the item is added to both stores, (via the product>Links>Stores) then the error goes away.
I can then update the order, and save it.
- Tue Mar 25, 2014 7:18 am
- Replies 2
- Views 657
Multi-Store Admin Order Edit
Have Multi-Store configured and working fine, however, if I try to edit an order from the backend and the product is not sold in the store that the admin is logged into, OC will not update the order. Is there a way to not check if the items are sold on the store that the admin logs into? The way I u...
Jump to post- Tue Mar 25, 2014 4:39 am
- Replies 2
- Views 657
Re: Product Cache
from reading other post, I see that a file may be created with these contents <?php define ('DIR_CACHE', './system/cache'); include('./system/library/cache.php'); $cache = new Cache(); $cache->delete('product'); ?> and called from an external program after updating the mysql data. Would this be the ...
Jump to post- Tue Dec 31, 2013 2:22 am
- Replies 1
- Views 435
Product Cache
Hello,
I update the mysql database for product prices, discounts and quantity from external programs - is there a way to clear the cache of a single product instead of clearing the entire cache system?
thanks
- Tue Dec 31, 2013 12:23 am
- Replies 1
- Views 435