Jump to content
thirty bees forum
  • 0

custompayments 1.2.1 doesn't find custom payments


Ulrich

Question

MySQL-Version: 5.7 PHP-Version: 7.0 (same error on 5.6 and 7.1) SSL enabled (same error without SSL)

thirty bees 1.0.3

Module custompayments 1.2.1 (same error with 1.2.0 and 1.1.0)

Module custompayments does not display the generated payment (named "invoice"), although custompayments is activated for all user groups, all countries and all delivery services. I use the warehouse template (IQIT-COMMERCE.COM), but even with community-theme-default "Invoice" is not displayed. However, the modules "Bankwire" and "Paypal" work smoothly. (pictures: https://forum.thirtybees.com/topic/1242/modul-custompayments-zeigt-keine-neu-erstellte-zahlungsart-an/2 )

Without AEUC an unlabeled button is displayed (also the confirmation button - if activated - is displayed after clicking on the unlabeled button), but with installed / activated AEUC custom payment "invoice" is not included at all, because it is probably queried about the name and therefore not found. I have already tried it with english shop language, the label is missing there as well, so no difference.

Html code of unlabeled button:


"Title" in the html is empty, although named in the database "tbcustompaymentmethodlang" in field "name", "description", "descriptionsuccess" and "descriptionshort". For both languages, "id_lang" 1 and 2, German and English.

There is another bug, maybe related: No matter which group restrictions I change and save in the module "Module"> "Payment" for the three groups "Visitor", "Guest", "Customer", the table "tbcustompaymentmethodgroup" in the database remains empty, "null records"!

The assignment "idcustompaymentmethod" to "idgroup" does not seem to be entered in the database.

Therefore, as i understand, the function "getCustomPaymentMethods ($ idLang, $ active = true, $ idCarrier = false, $ groups = [])"

(in \html\modules\custompayments\classes\CustomPaymentMethod.php) can't find any custom payments, because there is a conditional "if (!empty($groups))"?

Therefore, i manually created three entry pairs for idcustompaymentmethod = 1 with idgroup = 1, 2, and 3 in table "custompaymentmethod_group". But this has not changed anything, except my insight that there is more than one error in the module "custompayments": 1) The name of created custom payment is not read, so the button is not labeled and does not work. 2) The assignment to customer groups is not entered in the database.

And ... VAT is not calculated and presented in the shopping cart ... but that's another story ...

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

@SLiCK_303

yes, I have activated. It has been stored in the database in the table "tbcustompaymentmethodcarrier", have checked it.

I found by chance in the collection of translation-strings english > german, that I did not see everything in the admin for custompayments:

displayed for settings: ... Carriers The carriers for which this method of payment is going to be used Save =

NOT displayed for settings: No discount = Order discount: = Select cart rule = Groups: = The customer groups for which this method of payment is going to be used Shop association = Successfully deleted image =

therefore i deleted 3 x the the if-condition if (Group :: isFeatureActive ()) { ...} in file "AdminCustomPayments.php"

After that "Groups" was displayed for activating and then entered in "custompaymentmethod_group".

But that did not change the problem.

Where is "Group :: isFeatureActive" assigned to "true"/"false"?

Link to comment
Share on other sites

  • 0

I not sure what the problem is then, I know initally when I was playing with the module I didn't have my Carrier setup in the method itself, that's why I asked. As for your question 'Where is “Group :: isFeatureActive” assigned to “true”/“false”?', I believe that happens in the custompayments/controllers/admin/AdminCustomPayments?.. I think you've modified that file already tho. So in other words...I can't help you, sorry. Hopefully someone else has ideas.

Link to comment
Share on other sites

  • 0

@SLiCK_303 i have activated custom payment in settings of custom payment, checked it also in settings of "Modules and Services" > "Payment methods" (? in german named "Zahlungsarten") and also in database. No problem. But i was not able to setup custom payments for three customer groups. I hoped, to enable custom payments for three customer groups through bypassing "if (Group :: isFeatureActive ()) { …}" will solve the problem, but that's not true. Custom payments doesnt't work.

I think you’ve modified that file already tho.

yes, but i change only one thing at a time, if I poke in the fog, and then make it undone, before i try next. Thank you for your time and have a wonderful christmas ... or - if you prefer - wonderful Saturnalia (have seen your website)... ;-)

Link to comment
Share on other sites

  • 0

@SLiCK_303 Checkbox for groups wasn't visible. After removing of “if (Group :: isFeatureActive ()) { …}” in AdminCustomPayments.php, checkbox was visible and value-pairs was stored in database after checking three checkboxes. Maybe “if (Group :: isFeatureActive ()) { …}” is also asked, where the generated custom payments are queried, and if =false, they will not be found. I don't know why i have "Group :: isFeatureActive" assigned to "false" and where i can change it to "true".

Link to comment
Share on other sites

  • 0

Sorry, sorry, sorry... That's not a bug, that's my tremendous stupidity. In settings > "Performance" > "Customer Groups" were disabled: "Choose "No" to disable Customer Groups." :-( After switching to "yes", custom payments works fine.

Link to comment
Share on other sites

  • 0

In terms of custom payments: Basically, I doubt how the order in the one-page checkout can actually work: it's the reverse order (from top to bottom) as in the 5-step order process. The customer chooses first a payment method, then a shipping method, as the third decides the shop code, as to which customer group (guest, create account) befitting he ordered and then he enters his address. What if the payment method and / or shipping method was not approved by the shop owner for this customer group and / or address? I think order should be as in 5-step order process?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...