Search found 13 matches

Page 1 of 1

Search found 13 matches

Re: Partial Payment and update total

Thanks artcore,

Will try as suggested and revert back.
Hopefully all these hours will not be in vain.

Regards,

Jump to post
  • Tue Dec 20, 2016 1:40 pm
  • Replies 6
  • Views 3015
Re: Partial Payment and update total

Hi artcore, yes that is what I want. Unfortunately the hard part is the choice, as the customer will want to use their funds for the purchase. I tried the load module/extension/total/custom where i have written a short php code to getTotal() - $this->get->post['balance'] and then set the $total -=($...

Jump to post
  • Tue Dec 20, 2016 3:42 am
  • Replies 6
  • Views 3015
Re: Error checking out

Well in opencart 2.3+ the directory structure has changed to catalog/controller/extension/payments rather than the older versions /catalog/controller/payments. So if you are trying to run older themes build for Opencart 2.1 and not 2.3 or any extensions used for 2.1 on 2.3 that won`t work as your co...

Jump to post
  • Tue Dec 20, 2016 3:01 am
  • Replies 12
  • Views 3197
Re: Error checking out

I have just downloaded a fresh install from https://www.opencart.com/index.php?route=cms/download/download&download_id=47 Set it up on my test server and completed a full cycle from order to checkout. No Errors. OpenCart 2.3.0.2 The voucher file is in catalog/model/extension/total/voucher.php Ha...

Jump to post
  • Tue Dec 20, 2016 2:31 am
  • Replies 12
  • Views 3197
Re: Error checking out

Have you cleared the vqmod cache ? If you look at the errors it is still trying to get the file voucher.php from the cache. Go to /var/www/html/vqmod/vqcache/ and mv the files from there to a safe location for incase. Then make sure you have the correct permissions on those folders so the vqmod can ...

Jump to post
  • Tue Dec 20, 2016 1:58 am
  • Replies 12
  • Views 3197
Re: Error checking out

Hi sgtoneill, I would suggest doing the following if you do not wish to use the vouchers. Go to extensions > order totals > gift voucher. And disable then uninstall the vouchers. Clear your vqmod cache and try again. Like IP_CAM said the file voucher.php is not there. If you need to use the Voucher ...

Jump to post
  • Tue Dec 20, 2016 1:34 am
  • Replies 12
  • Views 3197
Re: Not able to add categories to a product

hi YarniaPDX, Have you checked your error logs in opencart as well as the hosting server ? What was the latest extension you installed ? And I know it sounds silly but have you maybe update to a later sql server or php update ? Or changed any of the file permissions. You can also in chrome right cli...

Jump to post
  • Tue Dec 20, 2016 1:05 am
  • Replies 1
  • Views 688
Re: Partial Payment and update total

Thank you for taking the time to answer my question artcore. The system I have is a external Customer Portal Payment system (Clients deposit a monthly fee into the portal to use at the company) The customer gets to the checkout and selects the Portal payment as a payment method. Opencart then querie...

Jump to post
  • Tue Dec 20, 2016 12:58 am
  • Replies 6
  • Views 3015
Re: Screwed up PRODUCT.TPL doc

My suggestion would be to replace both of the files.
With Your default one and with the Journal 2 theme product.tpl

If you have made any changes that you do not want to lose... Make a backup of both files and then adjust the files accordingly and make sure to refresh your cache after each change.

Jump to post
  • Tue Dec 20, 2016 12:43 am
  • Replies 3
  • Views 667
Re: menu dissapeared

Your question makes no sense. Please provide more information. And what opencart version do you use ? Maybe an error log from opencart as well as the error log from your hosting server will help. Maybe one place you can start checking because you said after 20 minutes is your cron jobs that might ch...

Jump to post
  • Tue Dec 20, 2016 12:22 am
  • Replies 1
  • Views 452
Re: Order Emails not sent to customer

Your service provider should provide you with the logs on the mail then. Errors can occur when you are grey listed on email servers. If you have access to Cpanel then proceed to the logs. In linux you can just cat /var/log/maillog or /var/log/httpd/error_log to see where there might be an issue. Usu...

Jump to post
  • Mon Dec 19, 2016 11:06 pm
  • Replies 1
  • Views 481
Re: Category SEO URLs breaks product pages

Could you possibly post the url you are trying to get to ?
Usually if your seo URL has funny character or spaces between them then it won`t work.

Also double check you .htaccess file

Regards,

Jump to post
  • Mon Dec 19, 2016 11:00 pm
  • Replies 1
  • Views 811
Partial Payment and update total

Hi All, I have created a custom payment method the same as PP_Standard with curl requests and responses to the OpenCart 2.3.0.2 system and a external Payment Gate Way (also self developed ), And the responses works 100%, I get the totals and the order_id,order_info correct,customer info correctly an...

Jump to post
  • Mon Dec 19, 2016 3:20 pm
  • Replies 6
  • Views 3015

Page 1 of 1

Search found 13 matches