Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Side Box question

    https://kattskritters.com/shop/ -- maintenance mode for now
    Template: Winchester dark
    ZC: 155.f
    mods added: only ckeditor added

    I tried adding the paypal verified sidebox, it installed just fine but when I activate the box in admin...the product pages disappear and the sidebox does not appear. I guess cause it is older than the hills and the code is too old for this version.

    I then installed the editable side box that does not interfere with the store but the code is showing its php

    how can I turn this into something for the box to show correctly on the store end

    Code:
    <div align="center"> <!-- Begin Official PayPal Seal -->
    <p> <a target="_blank" href="'.MODULE_PAYPAL_SEAL_VERIFIED_URL . $paypalID . '">' . zen_image(DIR_WS_TEMPLATE_IMAGES . MODULE_PAYPAL_SEAL_LOGO_IMAGE_FILENAME, MODULE_PAYPAL_SEAL_ALT_TEXT, 100, 100) . '</a> <br/><br/>Safe and securely use your credit cards, with or without a paypal account<br/><br/><img src="https://kattskritters.com/store/images/ppal-logo.gif">
    <!-- End Official PayPal Seal --> </p></div>
    Right now I have turned off the box, until its clothes are put on properly.

  2. #2
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Side Box question

    Quote Originally Posted by DarkAngel View Post
    https://kattskritters.com/shop/ -- maintenance mode for now
    Template: Winchester dark
    ZC: 155.f
    mods added: only ckeditor added

    I tried adding the paypal verified sidebox, it installed just fine but when I activate the box in admin...the product pages disappear and the sidebox does not appear. I guess cause it is older than the hills and the code is too old for this version.

    I then installed the editable side box that does not interfere with the store but the code is showing its php

    how can I turn this into something for the box to show correctly on the store end

    Code:
    <div align="center"> <!-- Begin Official PayPal Seal -->
    <p> <a target="_blank" href="'.MODULE_PAYPAL_SEAL_VERIFIED_URL . $paypalID . '">' . zen_image(DIR_WS_TEMPLATE_IMAGES . MODULE_PAYPAL_SEAL_LOGO_IMAGE_FILENAME, MODULE_PAYPAL_SEAL_ALT_TEXT, 100, 100) . '</a> <br/><br/>Safe and securely use your credit cards, with or without a paypal account<br/><br/><img src="https://kattskritters.com/store/images/ppal-logo.gif">
    <!-- End Official PayPal Seal --> </p></div>
    Right now I have turned off the box, until its clothes are put on properly.
    Be sure your code has closing DIV or not more then needed. Assuming the side box code is correctly laid out, the code you displayed is not. all code used for display in the user template/sideboxes folder should be wiped in content lines.
    Code:
    $content = '';
    $content .= '<div align="center"> <!-- Begin Official PayPal Seal -->';
    $content .= '<p> <a target="_blank" href="'.MODULE_PAYPAL_SEAL_VERIFIED_URL . $paypalID . '">' . zen_image(DIR_WS_TEMPLATE_IMAGES . MODULE_PAYPAL_SEAL_LOGO_IMAGE_FILENAME, MODULE_PAYPAL_SEAL_ALT_TEXT, 100, 100) . '</a> <br/><br/>Safe and securely use your credit cards, with or without a paypal account<br/><br/><img src="https://kattskritters.com/store/images/ppal-logo.gif">';
    $content .= '<!-- End Official PayPal Seal --> </p></div>';
    Dave
    Always forward thinking... Lost my mind!

 

 

Similar Threads

  1. Side Box Question
    By david52 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Apr 2011, 10:41 PM
  2. categories side box question
    By Serious in forum General Questions
    Replies: 1
    Last Post: 28 Feb 2011, 03:31 PM
  3. Side Box Question
    By Bruce1952 in forum Basic Configuration
    Replies: 5
    Last Post: 6 Jul 2009, 02:41 AM
  4. Need to change manufacturer side box, not normal side box
    By paha in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Jul 2008, 01:23 AM
  5. Side box question please
    By doll5272 in forum Basic Configuration
    Replies: 0
    Last Post: 1 Feb 2008, 08:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR