Supreme Directory – additional link to pricelist in form

This topic contains 12 replies, has 3 voices, and was last updated by  Atilla Boz 6 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #398275

    Atilla Boz
    Full Member
    Post count: 280

    Hello friends,

    could you help me out with a code-snippet to add an additional link like I did in this screenshot in the form that is used to add new places / businesses?

    For now I hardcoded it into the following file:
    wp-content/plugins/geodir_payment_manager/gedir_payment_functions.php

    in line number 3223:
    I add the code and some additional lines just so you can see where I mean

    
    
    
    	echo '<div class="geodir_price_package_row geodir_form_row clearfix ">';
    	
    	if (isset($_REQUEST['package_id']) || (!isset($_REQUEST['pid']) || $_REQUEST['pid'] == '')) {
    		// G2G Anpassung: 6.1.2.1 FORMS   - gedir_payment_functions.php Anpassung A: Link zu Preise Seite einbinden 
                    // echo '<h5>'.SELECT_PACKAGE_TEXT.'</h5>';
                    echo '<h5>'.SELECT_PACKAGE_TEXT.'<span class="preislisten-link"><a href="/preise" target="_blank" title="Hochzeit Premium Preispakete"> (Funktionen vergleichen)</a></span></h5>';
    		        
    		foreach($package_list_info as $pkg) {
    			$post_pkg_link = '';
    			$alive_days = ($pkg->days) ? $pkg->days : 'unlimited';
    

    Thank you in advance!

    #398277

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    #398300

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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!

    #398367

    Atilla Boz
    Full Member
    Post count: 280

    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!

    #398370

    Guust
    Moderator
    Post count: 29970

    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!

    #398373

    Atilla Boz
    Full Member
    Post count: 280

    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!

    #398374

    Guust
    Moderator
    Post count: 29970

    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!

    #398378

    Atilla Boz
    Full Member
    Post count: 280

    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!

    #398384

    Guust
    Moderator
    Post count: 29970

    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!

    #399105

    Atilla Boz
    Full Member
    Post count: 280
    This reply has been marked as private.
    #399111

    Atilla Boz
    Full Member
    Post count: 280

    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!

    #399119

    Guust
    Moderator
    Post count: 29970

    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!

    #399212

    Atilla Boz
    Full Member
    Post count: 280

    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 13 posts - 1 through 13 (of 13 total)

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

Open Support Ticket