Checkout funnel

Posted in: Newspaper
Post count: 3

Hello,

I need to add an checkout funnel to have better conversion, is it possible ? How can i do it ?

Thank in advance

Post count: 3343

Hello,
I don’t know how can you do it 😐 Do you want to do this with analytic i guess?

Post count: 3

Not I know how to do it with analytics, but that i want is the client know were he is in his bought process. In the top of the page he had the different step to finish :

Like in this page http://flatsome.uxthemes.com/checkout/

That can look like details, but its proove that this give better conversion

Sorry for my french, because I’m french 😀

Post count: 3343

Hello,
Do you mean like this: http://screencast.com/t/x57ABHbq but is fake, that text appear only on checkout page.

Add the next code in the menu_header.php file located in \parts\header folder at the end of the file like here:

http://screencast.com/t/45MTi0Spzs

<?php
if (is_checkout()) {
	?>
		<div style="text-align:center; padding-top:30px;"><h3><span style="color:#cccccc;">SHOPPING CART&nbsp;&rsaquo;</span>&nbsp;CHECKOUT DETAILS&nbsp;<span style="color:#cccccc;">&nbsp;&rsaquo;&nbsp;ORDER COMPLETE</span></h3></div>
	<?php
}
?>

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.