Jump to content

[Resolved] Paiement


junior_pat

Recommended Posts

Hello

 

In advance, I apologize for my English. I just installed CubeCart and a problem with the payment part. I want my customers chossir can pay by payment slip or pre-payment?
For pre-payment I found but not for the payment slip. Is it possible to do? If yes, how?

Also when I put the other payment option, it puts me only the print (which I use for pre-payment).

Thank you in advance for your assistance.
Link to comment
Share on other sites

Hello

I have found the solution :D

In fact, in gatway, i duplicated the record print-oder-form and renam print-oder-form2. After that, I modified the gateway.class.php. At the line 19 we have this code.

action'    => 'index.php?_g=rm&type=gateway&cmd=call&module=Print_Order_Form&cart_order_id='.$this->_basket['cart_order_id'],

I have change the name and add 2 after Print_Order_Form.

For my exemple : action'    => 'index.php?_g=rm&type=gateway&cmd=call&module=Print_Order_Form2&cart_order_id='.$this->_basket['cart_order_id'],

You save and you make what do you want since your cubecart administration.

I hope my explanation is understandable and can help somebody. Thank you for your help.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...