Jump to content
thirty bees forum

bhtoys

Members
  • Posts

    242
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by bhtoys

  1. http://www.bountyhuntertoys.com http://bountyhuntertoys.com/store/en/products Just the main page that no longer works/shows anything.
  2. I only changed it once, AFTER that black bar appeared. Taxes were yesterday, and the site worked after that. Today I was checking Group Modifications. That wouldn't do it either. Here's the logs screen. Like I said, I changed the theme AFTER the black bar showed up. If I had a recent backup, I would of tried it. But I don't. I'll also say, everything in the admin is still there. products, sales, everything.
  3. After changing themes... I now get this... my store logo is shown in full - but I moved it to show the bottom as well.
  4. As you can see in the image. This is what my site looks like after coming out of maintenance mode. I changed themes, same thing. I've not made any changes to the layout of the site, other than mess around with the taxes.
  5. When I first set up the site, I had tax turned off. I guess that defaulted no tax on every single item I added, and now they won't ring up with tax unless I manually change each and every item. Is there some default way to have every product taxable again?
  6. Is there a way to change the default message of WE'LL BE BACK SOON. We are currently updating our shop and will be back really soon. Thanks for your patience.
  7. Yeah... There doesn't seem to be a config file in the zip. So i guess I'm out of luck.
  8. Source file: controllers/admin/AdminThemesController.php 1461: * @param string $themeDir 1462: * @param bool $sandbox 1463: * @param bool $redirect 1464: * 1465: * @return bool 1466: * 1467: * @throws PrestaShopDatabaseException 1468: * @throws PrestaShopException 1469: * @since 1.0.0 1470: */ 1471: protected function installTheme($themeDir, $sandbox = false, $redirect = true) 1472: { 1473: if ($this->tabAccess['add'] && $this->tabAccess['delete'] && !_PS_MODE_DEMO_) { 1474: $targetDir = _PS_ALL_THEMES_DIR_.$themeDir; 1475: 1476: if ($sandbox) { 1477: // Load configuration of the theme package. 1478: $sandboxDir = $sandbox.'/'.$themeDir; 1479: $xml = Theme::loadDefaultConfig($sandboxDir); 1480: $xmlAttributes = $xml->attributes(); 1481: $targetDir = _PS_ALL_THEMES_DIR_.$xmlAttributes['directory']; 1482: 1483: // Copy files of the theme its self. 1484: if (file_exists($targetDir)) { 1485: $this->errors[] = sprintf( 1486: $this->l('Theme wants to install into %s, but this directory exists already.'), 1487: $targetDir 1488: ); 1489: } else { 1490: rename(
  9. When i import from FTP. Also, when I've tried to upload it instead of using the FTP, I get the full error screen with 500 Server Error Oops, something went wrong. You can try to refresh this page If the problem persists please feel free to contact us. Make sure to download encrypted error message and attach it to your email. That will help our engineers to solve this problem quickly.
  10. and now I have this problem. Tried uploading - nope. Tried doing the ftp - nope. Keep getting a 500 error.
  11. So I solved it.... You have to go make a manual link name in the SEO section of the item for doubled up items with the same name.
  12. It was a Prestashop module. https://zhmedia.ca/downloads/prestashop-module-moneris-hosted-paypage/ It's been working perfect.
  13. So, any item on the site that has the same name, in the same section, when you click the first one, shows up again when you click the second one. http://bountyhuntertoys.com/store/en/enterprise Click on Captain Archer. Now, back up, and click on Captain Archer (Away Team). Do the same thing with T'Pol It also happens in the Mattel Basic section with AJ Styles, and others. Has anyone run into this problem before? And, more importantly, how do you fix this?
  14. Seriously? That's what it was... sheesh. Thanks a ton man. Very much appreciated.
  15. Appreciate the help. Did mine exactly like yours (Can't add my province however?), and got the same error message. Beyond frustrated with this thing. I'd love to become a backer / supporter of it - if it would work.
  16. I'm convinced this is broken. I've tried everything thus far. Are there no modules to simply allow me to put "PICK UP ONLY" as a shipping option.
  17. So I just found out that prestashop 1.6 mods can be used with thirty bees. Any recommendations for a module that will allow me to just pick options for shipping/pick up instead of messing with this?
  18. Thanks all. Found one that works. I had no clue you could use Prestashop mods with thirtybees.
  19. Same Error. Forgive me. I haven't set stuff up like this in about 6 years. I'm pretty sure I've got everything in the right spot. But is there a walkthrough to set the Carrier section up or something? I can't understand why this isn't working. Thank you for taking the time to help me figure it out.
  20. Everything you have checked, I also have checked off.
×
×
  • Create New...