geodir_payment_functions.php override

This topic contains 1 reply, has 2 voices, and was last updated by  Alex Rollin 5 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #435018

    Steffen
    Lifetime Member
    Post count: 48

    Hi,
    I want to show the “select Package” radio after the description text.

    I made a litte change in the file: geodir_payment_functions.php in the plugin geodir_payment_manager

    How can I add this change to child theme like discribed here:
    https://wpgeodirectory.com/docs/customizing-geodirectory-templates/

    Thanks and regards,
    Steffen

    ————
    My modification:
    <div id=”geodir_price_package_<?php echo $pkg->pid; ?>” class=”geodir_package”>
     <?php _e(stripslashes_deep($pkg_desc), ‘geodirectory’); ?>

    <input name=”package_id” type=”radio” value=”<?php echo $pkg->pid;?>” <?php if($package_id == $pkg->pid) echo ‘checked=”checked”‘;?> onclick=”<?php echo $onclick;?>”> <span style=”text-align: center;”>auswählen</span>

    </div>

    ———-

    #435025

    Alex Rollin
    Moderator
    Post count: 27815

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket