• Resolved mitchis

    (@mitchis)


    hi,
    can somehow through the_content (); define me, I do not add the product (form, detail, etc)?
    I use to display two post the_content (), and basket detail produtktu I logically added to both. see my code

    <?php if(strpos(get_the_content(),’id=”more-‘)) :
    global $more; $more = 0; // Set (inside the loop) to display content above the more tag.
    the_content(”); ?>
    <!–the area inbetween–>

    <?php $more = 1;
    the_content(”, true ); // Set to hide content above the more tag.
    else : the_content();
    endif; ?>

    thanks in advance for your advice
    Mitchis

    https://www.ads-software.com/extend/plugins/eshop/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please understand that we cannot provide free support for hacks to any of the eShop scripts. Nor can we help you troubleshoot your hacks. We simply don’t have the time. The plugin is free but we have to spend most of our time trying to earn a living.

    If you are a coder, all we can suggest is that you refer to the code & its comments.

    Thread Starter mitchis

    (@mitchis)

    I understand thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘basket and two – the_content’ is closed to new replies.