Jump to content

a.daniello

Members
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by a.daniello

  1. Many thanks, gutterboy. But accounts are ok: if i try by another my web service, all works fine. When i return to Blesta, i get also "Thanks...." but invoice is not payed! Thanks
  2. Hi, i have a similar problem: in test mode i pay on Paypal, all works fine but when i return on my Blesta site haven't order's update. If i see in Tools > Logs > Gateways > "PayPal Payments Standard" i read "payment_status" = "pending". My "PayPal Account Email" is ok. Any suggestion? Thanks, Achille
  3. In my idea, it's just a way to "pre-set" some values dinamically. E.g.: i've some services. I want use Blesta to add/delete (start/suspend) this service, for billing and payments. In web page of my service i add a link "Upgrade" that point to an order form in Blesta based on a product defined via "Universal Module". So i need to post to order form some values that, returned by Blesta after payment, give me the ability to "upgrade" service or not. Naturally, i must make "secure" these values (encrypt id_service and id_user, for example, and at the end decrypt to check security). It's all. At moment i do this adding this code if ( $key == 'values' && isset($_GET[ $field_data[$i]['name'] ]) ) { $field_data[$i][$key] = $_GET[ $field_data[$i]['name'] ];} at line 606 of universal_module.php in "components/modules/universal_module", but Paul & Co can do better!
  4. This is only a fineness: if an order form is about a group with only one product, remove all the functions for select a product. So for example, go directly to step 2 in wizard template, or hide slider product selector in "Ajax Slider" and "Wizard Slider" template. Thanks, Achille
  5. Calling an order form to sell a product/service (expecially if you are using Universal Module), it very useful if i can post/get some value for fields in package/service options. So is possible to set field value dinamically, based on page that calls order form (usually an external service managed via Universal Module). This implementation is very simple and fast: simply check if isset a $_POST/$_GET with same name of my field option; if yes, it setted as value of field. Thanks, Achille
×
×
  • Create New...