Forum Replies Created
-
AuthorPosts
-
June 6, 2012 at 6:58 pm in reply to: Migrating MYSQL product db from another shopping cart into WP eStore #45858gilbertocintronSpectator
Thank you very much WZP. Do you know of a free tool from converting MSQL to CVS? I will also search the net for such tool.
Thanks again.
gilbertocintronSpectatorI’m really brain dead. I see the Spanish language php that I want to use. How do I activate it? In the settings if ask me which language to use, I slected Spanish but nothing has changed.
Thanks.
gilbertocintronSpectatorThanks
gilbertocintronSpectatorHow do I make the call to the “wp_head()” and “wp_footer()” fuctions so WordPress can load the javascript and CSS which many plugins will use.
I tried creating templates like this:
<?php
/*
Template Name: Thank You Page
*/
//Display the header
get_header();
//Display the page content/body
//Display the footer
get_footer();
?>
this didnt work, so I tried this;
<?php
/*
Template Name: Thank You Page
*/
//Display the header
wp_head();
//Display the footer
wp_footer();
?>
this did not work either.
I want to create a thank you page with the clickbank field already embedded in a table for reuse, and I want to create thank you pages for other payment processors like paypal, 2checkout, alertpay, etc.
Any help is very appreciated.
Thank you.
September 29, 2010 at 11:40 pm in reply to: Awesome Affiliate Plugin & I'd LOVE a bit of help get it to work with Clickbank #24197gilbertocintronSpectatorHi am I missing something here/ I just the Affiliate Platform Plugin and see no Clickbank add on, etc.
Thanks,
Gil
-
AuthorPosts