Jump to content

radman420

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by radman420

  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
  13. 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?
  14. 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
  15. 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
  16. 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
  17. Thanks NiteFox, One more question... Can the core script be updated manually? Thanks! Rich
  18. Hello again friends! I am thinking about updating my cart to 6.4.1. (https://www.store.mybikerleather.com) Since I am using this modified skin, should I expect any issues or extra coding to make it work? Do I really need to update my cart? Is it security issues or just more features? Thanks! Rich
  19. Thank you NiteFox and bsmither. I appreciate you both very much. Can you tell me if this plugin will work with the Amzin skin? It's called "Help Desk", and can be found here. >>> https://www.cubecart.com/extensions/plugins/help-desk
  20. I am trying to get my google analytics account going. I added the code in the store admin, but google not seeing it. Do I have to add manually? Thanks!
  21. ok...so I found a background that works...couldn't get the header bar to change but now with the new light background, I like it black anyway... New question...how can I make the product boxes white and not transparent on these sub category pages? https://store.mybikerleather.com/motorcycle-jackets.html https://store.mybikerleather.com/womens/racer-jackets.html
×
×
  • Create New...