Jump to content

radman420

Member
  • Posts

    27
  • Joined

  • Last visited

radman420's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello again! I just noticed the picture gallery on the homepage of this demo. I am currently running this skin, and I never recall having the picture gallery. Not sure maybe I deleted it? I am wondering now if you could provide me with the info/code needed to put it back...? THANKS Rich
  2. Give me your email, and I will give you login info? I could not get that last step to work...no debug mode. I will donate, whatever it takes.
  3. No I literally read the whole thing. $PRODUCTS is not in the debug. And there are no messages.
  4. The only thing close to that I can find is $POPULAR_PRODUCTS Origin: "Smarty object" Value false $PRODUCTS Origin: "Smarty object" Value Array (10) There is no "$POPULAR"
  5. Admin setting were as follows: Number of Popular products = 20, Source = Product views. There IS a skin template named box.popular.php in my skins template section.
  6. Its a HUGE code as i am sure you know...where do I look? Should I paste it here?
  7. How do I fix that? Do you mean like a data base issue with the products not being found or something?
  8. It does not reappear when I switch to foundation.
  9. 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>
  10. 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...?
  11. 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
  12. 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
×
×
  • Create New...