Jump to content

radman420

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by radman420

  1. Sorry...full div section:

    <div class="hidden-xs hidden-sm">
                            {include file='templates/box.featured.php'}
                            {if $PRODUCTS && $CONFIG['catalogue_sale_mode']>0 && $POPULAR}
                                <div class="row">
                                    <div class="col-xs-12 col-sm-6 col-md-12">    
                                        {include file='templates/box.popular.php'}
                                    </div>
                                    <div class="col-xs-12 col-sm-6 col-md-12">
                                        {include file='templates/box.sale_items.php'}
                                    </div>
                                </div>
                            {else}
                                {include file='templates/box.popular.php'}
                                {include file='templates/box.sale_items.php'}
                            {/if}
                            
     
                            
                        </div>
                    </div>

  2. I cleared cache...no fix.

    Inspect element shoes nothing...like it isnt there.

    www.mybikerleather.com

        <div class="panel panel-default site-navigation-container">
                            {include file='templates/box.navigation.php'}
                        </div>
                        
                        <div class="hidden-xs hidden-sm">
                            {include file='templates/box.featured.php'}
                            {if $PRODUCTS && $CONFIG['catalogue_sale_mode']>0 && $POPULAR}
                                <div class="row">
                                    <div class="col-xs-12 col-sm-6 col-md-12">    
                                        {include file='templates/box.popular.php'}
                                    </div>
                                    <div class="col-xs-12 col-sm-6 col-md-12">
                                        {include file='templates/box.sale_items.php'}
                                    </div>
                                </div>
                            {else}
                                {include file='templates/box.popular.php'}
                                {include file='templates/box.sale_items.php'}
                            {/if}

     

    Something missing or...?

  3. Hello again!

     

    After updating my CC to 6.4.1, the popular products window on the left side disappeared...the code is still in the main file, but it isn't showing up on the pages. I have it turned on and number of sale items = 10.

    Is this because I have not updated the skin completely or is it unrelated?

    I appreciate your help...THANKS!

    Rich

  4. 3 hours ago, radman420 said:

    RESOLVED

     

     

    OK...so I installed this mod and when I did, it gave me "Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance. "...(I tried to install ionCube, but had problems.)

    So now...I couldn't log into my store admin as it gave me same message...so I went into cPanel and deleted "related products" folder from the modules/plugins folder. That corrected the admin login issue, but now I am getting errors in my log as the plugin was not uninstalled properly? ( I cannot get it to install without errors so I can uninstall properly...)

    My questions...How can I stop the errors in my log? They are numerous....this is a small sample. Can you send me a manual uninstall for this so I can make it stop looking for related_products folder?

    
    [16-Nov-2020 09:58:21 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/class.cubecart.display_product.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:03 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:03 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.navigation.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.head_css.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:05 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.navigation.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:05 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.head_css.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:06 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:45 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/class.cubecart.display_product.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298

     

    THANK YOU!

     

    Rich

     

  5. OK...so I installed this mod and when I did, it gave me "Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance. "...(I tried to install ionCube, but had problems.)

    So now...I couldn't log into my store admin as it gave me same message...so I went into cPanel and deleted "related products" folder from the modules/plugins folder. That corrected the admin login issue, but now I am getting errors in my log as the plugin was not uninstalled properly? ( I cannot get it to install without errors so I can uninstall properly...)

    My questions...How can I stop the errors in my log? They are numerous....this is a small sample. Can you send me a manual uninstall for this so I can make it stop looking for related_products folder?

    
    [16-Nov-2020 09:58:21 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/class.cubecart.display_product.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:03 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:03 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.navigation.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.head_css.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:04 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:05 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.navigation.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:05 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/admin.head_css.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:06 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/controller.admin.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298
    [16-Nov-2020 09:59:45 America/New_York] PHP Notice:  Error: Hook 'related_products/hooks/class.cubecart.display_product.php' was not found in /home/mybikerl/public_html/store/classes/hookloader.class.php on line 298

     

    THANK YOU!

     

    Rich

  6. OK...so do those in order from 1.01 then 1.02 then 1.03?

    After I do those, my cart will be fully updated? Can I skip any features, or are any absolutely necessary?

    Why in version 1.03 does it say in a few of the steps, "requires version CC 6.41"? Am I not updating to that version by adding the lines of script?

     

  7. That makes sense now. So where are the instructions for manual updates?

    So you are saying that all the google codes in the headers and the background images and all...that will all have to be redone?

    Which is more of a pain...doing auto and redoing all the work or doing a manual update?

    Rich

  8. Heya!

    I am not sure what you mean by "modified version of cubecart"... I have edited some things in the script and such to make it do what it does, but is that what you mean by modified?

    Can you look at my site and tell if it is modified and what issues I can expect when I do an update automatically from the extention section of the admin store?

    https://www.store.mybikerleather.com

    Thanks!

    Rich

  9. OK...so I  installed this. When I did, it came up in my extentions menu disabled, but when I clicked on it, I got this error message in my browser..."Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit get-loader.ioncube.com for install assistance. "...

    So I tried to enable it and when i did, now I get that message when trying to log into the store admin section...So long story short, I cannot log into my store admin as when I do, I get that error message.

    It takes me to a php website and says I need to install something to make it work...my question is this...Can I remove it without being able to access my admin store? My php is 7.2 and thats what I picked when I downloaded this. I do not know much about php so...If there is a way to uninstall without being able to access my store admin?

    Thanks!

    Rich

     

×
×
  • Create New...