Hello community,
First of all thank you for tutorials etc on here i managed to successfully copy the PayPal Standard payment and make a crypto currrency payment module which uses my own API to process crypto coin payments via opencart.
I have made the extension copying a recent tutorial for version 3.x but someone would like to use the extension on there 2.x version.
Is there simple things i can do to make it work on 2.xx or can someone point me in the location of a paypal standard extension for 2.x so i can copy it and make it into crypto payments.
Also if anyone would like to use the crypto payment extension let me know i can give you download link and demo URL etc it would be good to have others test my work and can possibly start contributing to opencart extensions as i build custom extensions and modules for a living.
First of all thank you for tutorials etc on here i managed to successfully copy the PayPal Standard payment and make a crypto currrency payment module which uses my own API to process crypto coin payments via opencart.
I have made the extension copying a recent tutorial for version 3.x but someone would like to use the extension on there 2.x version.
Is there simple things i can do to make it work on 2.xx or can someone point me in the location of a paypal standard extension for 2.x so i can copy it and make it into crypto payments.
Also if anyone would like to use the crypto payment extension let me know i can give you download link and demo URL etc it would be good to have others test my work and can possibly start contributing to opencart extensions as i build custom extensions and modules for a living.
What do you think?
That others here do your work you will sell afterwards?
Either post a request in the commercial section of this forum to pay for this job, or learn how to build extensions for OC 2.x by yourself.
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
So you build extensions?
If yes, then is easy to downgrade....
some code from you 3.x....
Code: Select all
<div class="form-group">
<label class="col-sm-2 control-label" for="input-failed-status">{{ entry_failed_status }}</label>
<div class="col-sm-10">
<select name="payment_blc_standard_failed_status_id" id="input-failed-status" class="form-control">
{% for order_status in order_statuses %}
{% if order_status.order_status_id == payment_blc_standard_failed_status_id %}
<option value="{{ order_status.order_status_id }}" selected="selected">{{ order_status.name }}</option>
{% else %}
<option value="{{ order_status.order_status_id }}">{{ order_status.name }}</option>
{% endif %}
{% endfor %}
</select>
</div>
</div>
Code: Select all
<div class="form-group">
<label class="col-sm-2 control-label" for="input-failed-status"><?php echo $entry_failed_status; ?></label>
<div class="col-sm-10">
<select name="blc_standard_failed_status_id" id="input-failed-status" class="form-control">
<?php foreach ($order_statuses as $order_status) {?>
<?php if ($order_status['order_status_id'] == $blc_standard_failed_status_id) { ?>
<option value="<?php echo $order_status['order_status_id']; ?>" selected="selected"><?php echo $order_status['name']; ?></option>
<?php } else { ?>
<option value="<?php echo $order_status['order_status_id']; ?>"><?php echo $order_status['name']; ?></option>
<?php } ?>
<?php } ?>
</select>
</div>
</div>
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
How rude! i meant i was going to start contributing to the community in the way of making new modules and extenstions posting them for FREE for anyone to use, yes i make money as a designer in my job but i use those skills in making extensions and modules for open source as my hobby and passion!
How would you read that??
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
Im not getting into an argument with you, i appologize if i upset you with any of my comments it was not my intentions nor was it my intentions to expect things for free to profit from, iget a set wage for my living and opencarts, blockchains, freepbx's etc are all just hobbies which i use to learn and progress in both work and pleasure.
Who is online
Users browsing this forum: No registered users and 3 guests