Jump to content

Stacktron

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Stacktron

  1. Blesta already does that. If no cart is appearing, go into the following: App > Views > Client > Your theme name (usually bootstrap) > structure.pdt Look for the following tag: <script type="text/javascript" src="<?php echo $this->view_dir;?>javascript/jquery-client-3.1.0.js"></script> The version number might be different depending on your version. If it is, that's fine. Next, change the version number to 3.5.0. It should look like this: <script type="text/javascript" src="<?php echo $this->view_dir;?>javascript/jquery-client-3.5.0.js"></script> That should fix your problem. :-)
  2. Is the PHP code to hide a menu or specific content on specific pages? If so what is it?
  3. I'm trying to redesign the log in page but no matter what I do the code doesn't update at all. On top of that, I can't remove ANY gradients from anywhere. What's causing this? (I am no longer using Cloudflare)
  4. Basically, I want to know if it's possible to integrate Blesta's system into other applications (like vBulletin, etc.) If that is even possible I'd like to hire someone to do it.
  5. Do you actually own this server or did you buy it from another hosting company?
  6. Have you enabled something that automatically rounds prices? The price subtotals 44.84, so that could possibly be the problem. However, you could've also added promo codes or taxes to it that would cause it. I'm not 100%, you should wait for one of the staff or Licensecart to double check ;-)
  7. Hello, Everyone! I am using the trial of Blesta until I am done developing the website and getting it going, then I'm buying a license from Licensecart. Anyways, I followed Licensecart's tutorial on how to make a Blesta template, and I can't seem to figure out what's wrong with it. Basically, whenever you go to order using the Wizard Boxes, there's no cart displayed on the side like on normal themes. If you don't get what I mean, there's usually a cart then there's the product configuration fields then on the right side there's a cart that's displayed. That's not there. How would I go about adding it and fixing this problem? Thanks, Owen
×
×
  • Create New...