Dollarade gateway not working in WP..

chris barker

Senior Member
Joined
Dec 25, 2009
Messages
872
Reaction score
340
Hi,

I have created gateway in dollarade and put it in single.php of wp website.But when i navigate to the post,the gateway is not locking my page??

Am, i doing anything wrong?..leadbolt gateway is working fine in my website.

Pls suggest.

Many Thanks,
Chris.
 
Pls help,i have selected content overlay..still the code couldnt lock my single.php..:(
 
Just to be sure, you haven't set your ip in the Bypass IPs right? Did that once myself, got me some time to figure that out :P.
Or maybe try to place it a bit further in the single.php ?
Iv'e also got the dollarade gateway on a wordpress site in the single.php and it works fine.
 
Just to be sure, you haven't set your ip in the Bypass IPs right? Did that once myself, got me some time to figure that out :P.
Or maybe try to place it a bit further in the single.php ?
Iv'e also got the dollarade gateway on a wordpress site in the single.php and it works fine.


I havent set my ip for anything...could you pls tell me where u have placed the overlay in your signle.php?
 
To be honest most of the time i juste paste it on a random spot in the file lol:p i think if you don't paste it in a script but just between the .../> and <... it should be working. Will have a look tho tomorrow i'm on my phone at the moment;)
 
this is how i have it
Code:
<?php 

						global $post;

						if(get_post_meta($post->ID, '_video_id',true)){

						$c = '['.get_post_meta($post->ID, '_video_portal',true).' '.get_post_meta($post->ID, '_video_id',true).' nolink]';

						echo embeddedvideo_plugin($c);

						}

					?>

*DOLLARADE SCRIPT HERE*

                    <?php the_content(''); ?>

                </div>

			</div>

            <?php comments_template(); // Get wp-comments.php template ?>

		<?php endwhile; ?>
 
if there is 0 surveys for your country, dollarade gateway will not appear,
try trough usa vpn or proxy :)
 
Back
Top