dukapress where to paste php echo in page templates
-
Hello All,
I am trying to copy and paste the followings php codes but where exactly in page templates to paste it i don’t know. Meanwhile, i was able to edit the category.php but for page.php i appreciate if any can help me. thanks
Use this to make the Checkout Page
<?php echo (do_shortcode('[dpsc_checkout]')); ?>
Use this to make the Thank You Page
<?php echo (do_shortcode('[dpsc_thank_you_page]')); ?>
Use either of these to display the product in a single page/post
<?php echo (do_shortcode('[dpsc_display_product]')); ?> //shows "Add to Cart" button <?php echo (do_shortcode('[dpsc_display_product buy_now="yes"]')); ?>//shows "Buy Now"
Use this shortcode to generate an order log
<?php echo (do_shortcode('[dp_order_log]')); ?>
Use this to display products in a Grid layout
<?php echo (do_shortcode('[dpsc_grid_display]')); ?>
[Please post code snippets between backticks or use the code button.]
- The topic ‘dukapress where to paste php echo in page templates’ is closed to new replies.