Jump to content

HustlaOwnz

Members
  • Posts

    13
  • Joined

  • Last visited

About HustlaOwnz

  • Birthday 10/08/1993

Profile Information

  • Location
    Indiana
  • Interests
    Programming, Web Designing, Basketball, Pool, Friends, Tanning, Working Out, Swimming, Hot Chicks
  • Activity
    Agency

HustlaOwnz's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. PrestaShop™ 1.5.3.1 is the version. My shop's URL is www.PolarFusion.org I tried doing this in both the theme folder and the '/modules/blockcategories/ path's blockcategories.php and category-tree-branch.tpl file'. Nothing every changed
  2. I edited the /modules/blockcategories/ path's blockcategories.php and category-tree-branch.tpl file, but nothing changed with the categories box. It just displays the regular category names! I've been trying to figure this out FOR MONTHS! Prestashop needs to add this feature, it's such a basic tool that they should have!!! I have a custom theme... are there different files that I need to be editing???
  3. I added that module into my 'prestashopstore/modules' folder, but I don't see any module called 'blockcategories2' when I go to my admin page. I tried uploading that module as well in the .zip folder, and the site says 'The module blockcategories2 you uploaded is not a module'.
  4. I need to display the number of products that are in each category, on both the 'Categories' box and the top drop down menu that has the categories as well. Example: Software -Sub Category (3 Products) -Other Sub Category (0 Products) I've looked everywhere and spent hours trying to get this to work. Every example is for an older version of PrestaShop that I don't have. *I have version 1.5.3.1 of PrestaShop (I put two red circles on the attached image, of where I'd like the product count to show at for the category.)
  5. It worked for me and I kept getting errors until I did what I stated that I had done. I tested it with PayPal sandbox and it worked 100 percent. I had a fresh install of the newest Prestashop and newest PayPal module as well. I spent a week trying to find a help topic that had the answer to my problem, but every topic never had a solution to fix it.
  6. I found the problem! Open the Cart.php file in this path: classes/Cart.php. Find and delete this line of code in that file: $id_warehouse = $id_war; Replace the above line of code with this line of code: $id_warehouse = (int)$id_war; However, PrestaShop seems to remember payment history and when you have the one page checkout enabled and you don't go on a private browsing window (or incognito window in Google Chrome, where it doesn't use stored cookies), your site goes to this: And then to this after you click 'I confirm my order': I decided to change my shop back to the Standard (5 Steps) order process type to avoid this annoying error. After doing that, I kept getting an error stating that "There are no carriers that deliver to the address you selected.". Well I don't need any carriers, because all products on my website are virtual and just downloaded. To fix this and remove the annoying error, I edited: OrderController.php in /controllers/front. I found this line of code: else $this->errors[] = sprintf(Tools::displayError('There are no carriers that deliver to the address you selected.')); And replaced it with this: (Commenting the error message out) /** else $this->errors[] = sprintf(Tools::displayError('There are no carriers that deliver to the address you selected.')); */ PayPal Images not showing? Set the permission of your PayPal module's folder AND sub files to '777'. The images should then all be displayed fine. Please like my post if this fixes your issue!
  7. I disabled the cache and the error went away. I also set the permission of the PayPal folder and all files in it to 777, and now the images are showing! I retrieved the errors that I get after I pay through PayPal and when PayPal tries to redirect back to my website (the http 500 error): Fatal error: Uncaught exception 'PrestaShopException' with message 'Property OrderDetail->id_warehouse is empty' in /home/vsftpd/hustla/polarfusion.org/www/classes/ObjectModel.php:837 Stack trace: #0 /home/vsftpd/hustla/polarfusion.org/www/classes/ObjectModel.php(264): ObjectModelCore->validateFields() #1 /home/vsftpd/hustla/polarfusion.org/www/classes/ObjectModel.php(464): ObjectModelCore->getFields() #2 /home/vsftpd/hustla/polarfusion.org/www/classes/ObjectModel.php(426): ObjectModelCore->add(true, false) #3 /home/vsftpd/hustla/polarfusion.org/www/classes/order/OrderDetail.php(579): ObjectModelCore->save() #4 /home/vsftpd/hustla/polarfusion.org/www/classes/order/OrderDetail.php(603): OrderDetailCore->create(Object(Order), Object(Cart), Array, 2, 0, true, '') #5 /home/vsftpd/hustla/polarfusion.org/www/classes/PaymentModule.php(283): OrderDetailCore->createList(Object(Order), Object(Cart), 2, Array, 0, true, '') #6 /home/vsftpd/hustla/polarfusion.org/www/modules/paypal/paypal.php(1241): PaymentModuleCore->validateOrder(92 in /home/vsftpd/hustla/polarfusion.org/www/classes/ObjectModel.php on line 837
  8. I get this error: Warning: MemcachePool::getextendedstats(): No servers added to memcache connection in /HIDDEN/polarfusion.org/www/classes/cache/CacheMemcache.php on line 49 Warning: Invalid argument supplied for foreach() in /HIDDEN/polarfusion.org/www/classes/cache/CacheMemcache.php on line 51 And when I try to copy the link by right clicking the blank image, there is no image link to be copied. Nothing was related to the error I have in Google search.
  9. elpatron, just visit my topic that explains this issue more clearly: http://www.prestashop.com/forums/topic/222292-paypal-module-version-344-issues/
  10. I have Prestashop 1.5.3.1 and Paypal module 3.4.4. I'm using one step checkout option. Configuration of module: Express Checkout shortcut = NO Use a Sandbox = TESTMODE Payment type = DIRECT SALES Many people are having these same issues and I have searched every where for a fix, but have not yet found one. I'm going to try to explain everything as clearly as possible. Problem #1: The image does not show up and this payment method ONLY shows up if you clear your history, or else it will not display the payment method and REDIRECT to this: Problem #2: It asks you to confirm your order AGAIN, when you have ALREADY purchased the product, and after clicking 'I confirm my order', the site goes to this: Problem #3: Displays an error. If you clear your history before adding products to the cart and check out, everything goes well and you pay through PayPal, BUT after PayPal redirects back to your website after the payment has been sent, it displays this: Problem #4: Way to many people are having these issues, and I hope to see a fixed version of this module or ways to fix the issues. Thanks for any help!
  11. Doesn't do anything, still doesn't work. I have Prestashop 1.5.3.1 and Paypal module 3.4.4.
  12. I have the same problem and there are so many of the same issues with the free PayPal module. I'm so sick of trying to find an answer to this problem. The PayPal module needs to be updated ASAP as it's one of the most popular payment gateways. I loved Prestashop when I switched to it, but there is no use to have it if I can't get the only payment gateway that I use to work.
  13. I am wanting to show the product count next to the subcategory's name, when you click on the subcategory's category. I have read previous topics about this, but nothing really helps at all due to me having the newest version, 1.5.3. Example: Category = Computers SubCategory = Dell You click on 'Computers' from your category block list and it shows 'Dell' with its description. The problem is, it just shows 'Dell'. I want it to show 'Dell [# of products]'. I figured out the basic concepts: -I have to edit theme/category.tpl -The code is in this block of code: <!-- Subcategories --> <div id="subcategories"> <h3>{l s='Subcategories'}</h3> <ul class="inline_list"> {foreach from=$subcategories item=subcategory} <li class="clearfix"> {*<a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a>*} <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} </li> {/foreach} </ul> <br class="clear"/> </div> {/if} I edited the following line of the above code: <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> To this: <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> [{l s='%d products' sprintf=$subcategory}] But obvisly the '$subcategory' is showing each subcategory's id number and I want it to show how many products are under that subcategory. I also tried '{include file="$tpl_dir./category-count.tpl"}' for the subcategory's product count, but it will only count the products for the subcategory's actual category, so in my example it would show 'Computers' product count instead of 'Dells' product count in which I want it to show. Please help me, I've spent hours trying to figure this out! I've seen this feature in another E-commerce solution, in which they had it as an automatic option upon installation. I was kind of disappointed to see such a common thing not included in PrestaShop, but everything else I am very satisfied with. Other than that, I'm very glad I switched to PrestaShop. Any help is appreciated!
×
×
  • Create New...