Jump to content

iServe USA

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • First Name
    Manuel
  • Last Name
    Ortiz

iServe USA's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This didn't work for me, but I deleted one of them, and the other I erased the class=" ". So it ended looking like this <span>{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> So far it is working. The only issue I have now is that as I was attempting to fix this issue, my Best Sellers and New Arrivals don't show anything but my Popular items do show up.
  2. So the solution to my problem above was deleting the .htaccess file and regenerating it with the prestashop control panel. After I deleted the file it worked for a little bit and then it did it again. So I knew it was related to this file and did some reading online until I found how to regenerate within the control panel. I hope this helps. Not an expert by the way!
  3. Yea, I just noticed mine is doing it in Grid View. I will see if I can fix it :/
  4. I'm having a similar issue. After Installation, everything ran smooth for some time. Then, suddenly my control panel area stopped working. My hosting company says I exceeded my concurrent connections, but I'm the only one modifying the website. Then, I renamed my adminxxxxxx folder to admin and it started working. So, I renamed the folder to a different name using FTP, and my control panel login (back office) stopped working again. Not sure how to solve this.
  5. Thanks for the info, but can you specify where we can find these files? Thanks!
  6. So I had the same problem, but I noticed I was attempting to upload the wrong zip file. I was uploading the file that templatemonster sent me. Instead unzip that file, go inside and find a folder named themeXXX (XXXX denoting any number), open that folder and you will see three folders. Manual_install, sample_data, and themeinstallator. Go and open themeinstallator and the zip file that you need to upload will be there. Upload it and follow instructions. I hope this helps. http://www.templatemonster.com/help/quick-start-guide/prestashop-themes/v1-2/index_en.html
  7. Hi all, I'm interested in creating a new CMS page and add some JavaScript in it in order to have a t-shirt store integration within it. I'll be selling other products later, but I really want to have this function implemented in my site as well. I noticed this website https://mypresta.eu/en/art/developer/prestashop-product-page-full-rich-editor.html but it is for an older version of prestashop and I had a hard time finding the files mentioned there. My t-shirt store is shop.spreadshirt.com/iServeUSA The provided me with the following code I want to add to my CMS page. Any other easy solution is also appreciated. Please explain BARNEY STYLE. Or "For Dummies" Style <div id="myShop"><a href="//shop.spreadshirt.com/iServeUSA">iServeUSA</a></div> <script> var spread_shop_config = { shopName: 'iServeUSA', locale: 'us_US', prefix: '//shop.spreadshirt.com', baseId: 'myShop' }; </script> <script type="text/javascript" src="//shop.spreadshirt.com/shopfiles/shopclient/shopclient.nocache.js"></script>The products in this online store are printed with the help of <a href="https://www.spreadshirt.com/custom-umbrellas-C3737">Spreadshirt Inc.</a>. Custom umbrellas, hoodies, and more. Thanks in advance!
×
×
  • Create New...