Jump to content

SSL too many redirects


bondimedical

Recommended Posts

In the admin skin template dashboard.index.php, we can comment out the display of that section:

Find near line 111:

      {if is_array($RECENT_EXTENSIONS)}
         <h2>Recent Marketplace Extensions</h2>
         <p>Discover more at <a href="?_g=marketplace">https://www.cubecart.com/extensions</a></p>
         {foreach from=$RECENT_EXTENSIONS item=extension name=extension}
         <div class="extension">
            <h4><span>{$extension.price}</span><a href="{$extension.url}" title="{$extension.name}" target="_blank">{$extension.name|truncate:42:"&hellip;":true}</a></h4>
            <a href="{$extension.url}" target="_blank"><img src="{$extension.image}" alt="{$extension.name}" width="150"></a>
            </div>
         {/foreach}
         <div style="clear: left;"></div>
      {/if}

Change the first and last lines as follows to comment out the section:

{*    {if is_array($RECENT_EXTENSIONS)}

      {/if}   *}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...