As Qphoria has said in many recent posts, most aftermarket developers (he, in particular), will not begin to port their wares to 1.5 until after 1.5 has been debugged, its final design has been confirmed, and a stable version has been released.
Please use proper English at all times, so that all members may understand you.
Ok, Offline CC has been updated to support 1.5.x
IMPORTANT:
If upgrading from a previous version to 150.1, you need to do the following:
1. Upload the new files over the old files
2. Click UNINSTALL in the extension list
3. Click INSTALL in the extension list
4. Edit the extension and reconfigure it
The reason for this is because I changed the way the allowed types are saved and it needs to clear out the old fields with the new fields
IMPORTANT:
If upgrading from a previous version to 150.1, you need to do the following:
1. Upload the new files over the old files
2. Click UNINSTALL in the extension list
3. Click INSTALL in the extension list
4. Edit the extension and reconfigure it
The reason for this is because I changed the way the allowed types are saved and it needs to clear out the old fields with the new fields
I PURCHASED version 1.5.1 but I also cannot find the "div class=content" in either the "order_form.tpl" or the "order_info.tpl" to add the "offline_cc.inc.tpl" anywhere. Are you sure these are the correct files?Qphoria wrote:Ok, Offline CC has been updated to support 1.5.x
IMPORTANT:
If upgrading from a previous version to 150.1, you need to do the following:
1. Upload the new files over the old files
2. Click UNINSTALL in the extension list
3. Click INSTALL in the extension list
4. Edit the extension and reconfigure it
The reason for this is because I changed the way the allowed types are saved and it needs to clear out the old fields with the new fields
Also, I cannot find any documentation on how to de-crypt the part of cc # that is stored in SQL database or how the "hash code" is suppose to work??
Yeah his readme file is not quite correct for v1.5.x. You need to look for the following lines in this file:-
"admin/view/template/sale/order_info.tpl"
<tr>
<td><?php echo $text_payment_method; ?></td>
<td><?php echo $payment_method; ?></td>
</tr>
</table>
and add the line after the </table> statement.
Or if you are using vQmod, here is a file that will do it for you.
"admin/view/template/sale/order_info.tpl"
<tr>
<td><?php echo $text_payment_method; ?></td>
<td><?php echo $payment_method; ?></td>
</tr>
</table>
and add the line after the </table> statement.
Or if you are using vQmod, here is a file that will do it for you.
Well actually I changed it altogether from our last conversation.cantykiwi wrote:Yeah his readme file is not quite correct for v1.5.x. You need to look for the following lines in this file:-
"admin/view/template/sale/order_info.tpl"
<tr>
<td><?php echo $text_payment_method; ?></td>
<td><?php echo $payment_method; ?></td>
</tr>
</table>
and add the line after the </table> statement.
Or if you are using vQmod, here is a file that will do it for you.
This time it is just
<div class="content"> in 1.4.x
<div id="content"> in 1.5.x
Q, So you want it to appear at the top of all the customer sales order tabs for orders that use it? wouldn't it make more sense to just have it showing under the payment details tab as that's what it relates to?
Anyway each to his own I guess, I like it under the payment details tab only.
Still a great module!
Anyway each to his own I guess, I like it under the payment details tab only.
Still a great module!

cantykiwi wrote:Yeah his readme file is not quite correct for v1.5.x. You need to look for the following lines in this file:-
"admin/view/template/sale/order_info.tpl"
<tr>
<td><?php echo $text_payment_method; ?></td>
<td><?php echo $payment_method; ?></td>
</tr>
</table>
and add the line after the </table> statement.
Or if you are using vQmod, here is a file that will do it for you.
Here is what mine looks like now....
/tr>
<tr>
<td><?php echo $text_payment_method; ?></td>
<td><?php echo $payment_method; ?></td>
</tr>
</table><?php include('view/template/sale/offline_cc.inc.tpl');?>
</div>
I have no <div class="content"> in my file that I can find (1.5.1).
Also, I am not a programmer, just a marketing guy so please talk as simpleton as you can! =)
thanks
Yeah that should work fine for you now with that change, you don't need to make any other changes in that file.
If still not working you have done something else wrong, maybe files in the wrong place or incorrect setup of the module in admin?
Don't forget to enable the module in the extension->payments section and set it up.
If you go into sales->orders on the admin menu and pick a customer that paid using the offline credit card module and look under the payment details tab you should see the credit card details at the bottom of the screen.
The <div class="content"> tag is for v1.4.x. of opencart and is in a different template file.
All the best!
If still not working you have done something else wrong, maybe files in the wrong place or incorrect setup of the module in admin?
Don't forget to enable the module in the extension->payments section and set it up.
If you go into sales->orders on the admin menu and pick a customer that paid using the offline credit card module and look under the payment details tab you should see the credit card details at the bottom of the screen.
The <div class="content"> tag is for v1.4.x. of opencart and is in a different template file.
All the best!
did you read my post?curtistimsah wrote: I have no <div class="content"> in my file that I can find (1.5.1).
Also, I am not a programmer, just a marketing guy so please talk as simpleton as you can! =)
thanks
Qphoria wrote: Well actually I changed it altogether from our last conversation.
This time it is just
<div class="content"> in 1.4.x
<div id="content"> in 1.5.x
Awesome! It works....can you believe I did the code right? I sure can't. Thanks again for your help.cantykiwi wrote:Yeah that should work fine for you now with that change, you don't need to make any other changes in that file.
If still not working you have done something else wrong, maybe files in the wrong place or incorrect setup of the module in admin?
Don't forget to enable the module in the extension->payments section and set it up.
If you go into sales->orders on the admin menu and pick a customer that paid using the offline credit card module and look under the payment details tab you should see the credit card details at the bottom of the screen.
The <div class="content"> tag is for v1.4.x. of opencart and is in a different template file.
All the best!
I feel very stupid here but where do I find this elusive module?
A search for "offline" in the extensions section returns only 2 results
Offline Processing Credit Card (Free) and only for v1.4.*
Test Payment Gateway --> Not what I am after.
Very sorry but must be missing a trick
##########
UPDATE
#########
Found it for those of you missing google foo like I was https://theqdomain.com/ocstore/
A search for "offline" in the extensions section returns only 2 results
Offline Processing Credit Card (Free) and only for v1.4.*
Test Payment Gateway --> Not what I am after.
Very sorry but must be missing a trick
##########
UPDATE
#########
Found it for those of you missing google foo like I was https://theqdomain.com/ocstore/
I'm running 1.5.1.3 and just installed the new version of offline credit card by Qphoria.
I believe I have done all the steps correctly, but come up with an error when I test it out.
SyntaxError: JSON.parse: unexpected character.
Can anyone please point me in the right direction.
I believe I have done all the steps correctly, but come up with an error when I test it out.
SyntaxError: JSON.parse: unexpected character.
Can anyone please point me in the right direction.
need to see a link to your sitepingpongrob wrote:I'm running 1.5.1.3 and just installed the new version of offline credit card by Qphoria.
I believe I have done all the steps correctly, but come up with an error when I test it out.
SyntaxError: JSON.parse: unexpected character.
Can anyone please point me in the right direction.
Who is online
Users browsing this forum: No registered users and 3 guests