Jump to content

m0hamedessam

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by m0hamedessam

  1. i think may be the problem because i unchecked Accepted Payment Types so its null (because i recorded payment manually) but must show me error msg no payment account chosen not php error
  2. no i have 2 bugs this one on order steps and other one when make payment from admin panel thread link you mention by the way i use patch version as usual
  3. make payment from admin panel bug after upgrade from 3.0.6 to 3.0.7 we recorded payment manually as show in pic 1 but when we click continue get error pic 2 in old version should show error no payment account but now get error Undefined index: pay_with on line 2092 in /home/xxx/public_html/xxxxx.com/account/app/controllers/admin_clients.php
  4. hxxp://site.com/plugin/order/main/configure/single-order/?pricing_id=1&group_id=1 i think the problem coz on step 2 only price and group defined on url but when go to step 3 cart review quantity is null so maybe that's problem i use universal module
  5. your cart ( step 3) login or not hxxp://site.com/plugin/order/main/review/single-order
  6. solved by remove plugins/order/views/templates/standard/main_summary.pdt (line 40) $item['qty'] = $this->Html->safe($item['qty']); any explanation ?
  7. after upgrade from 3.0.6 to 3.0.7 Undefined index: qty on line 40 in /account/plugins/order/views/templates/standard/main_summary.pdt any help ????????
  8. The credit card information is split into 2 parts, one is sent to your email while the other is saved in the store. The version that is saved in the store is MCRYPT_RIJNDAEL_256 and base64 using a 40 character randomly generated key that is md5 hashed. Compliance Mode: - Cardholder name, Card Type, Exp Date are stored in Database - Card number stored in database like this: xxxx42526325xxxx (and encrypted) - First and Last 4 (or 3 for Amex) are sent via email to the store owner email like this: 4242xxxxxxxx4563 - CVV is emailed but not stored in the database - Cardholder name is NOT sent with the email
  9. yes for cc process machine and virtual terminal
  10. http://docs.whmcs.com/Offline_Credit_Card
  11. Any chance for Offline Credit Card Gateway for blesta its very important !!
  12. there's any code for Offline Payment Instructions to show and hide code depends on group_id & pricing_id can i use if elseif/else ? for example if group_id=1&pricing_id=3 show= {html code} please give me example code if it possible ? Thanks
  13. im waiting for long i would make integration with my wordpress themes so i waiting you now best regard my friend
  14. still waiting your reply please file path should edit
  15. good idea hope blesta team understand that and give us option to enable this or not anyway thanks my friend i will try your trick just let me know file path i should edit
  16. solved by recomplier php with pdo Thanks guys
  17. Fatal error: Undefined class constant 'PDO::ATTR_ERRMODE' in /../lib/loader.php on line 73 Undefined class constant 'PDO::ATTR_ERRMODE' on line 73 in /../lib/loader.php any help ?
  18. yes before on v3.0 you can't do this but now after upgrade clients can signup with same email address more than account check attached pic.
  19. yes thats what im talking about it giveing option to on or off depends on each one needs like other scripts because not all clients here use blesta for hosting its billing system anyway. im sorry to post here because on v3.0 was work and you can't signup with same email on database so now not so i don't know its bug or not we can wait paul confirm but i really need it badly.
×
×
  • Create New...