-
Posts
21 -
Joined
-
Last visited
About JayBEE
- Birthday September 23
Contact Methods
Profile Information
-
Location
SF Bay Area, California
-
Activity
Freelancer
JayBEE's Achievements
Newbie (1/14)
1
Reputation
-
changelog for 1-click upgrade?
JayBEE replied to JayBEE's topic in Upgrading PrestaShop from a previous version
Thanks for the response. I had already come to know I could find the changes on github. I was hoping you would make them in more user friendly accessible manner on your addon website. -
changelog for 1-click upgrade?
JayBEE replied to JayBEE's topic in Upgrading PrestaShop from a previous version
My apologies, I was thinking since the 1-click upgrade is a module that is available from the add-on site, the forum dealing with the add-on site would be the best place for this question. Is the add-on site the best place to find out version information regarding modules that can be obtained from it? Please clarify. -
[solved] addon's suggesting incompatiable native module upgrades
JayBEE replied to El Patron's topic in Addons News
True, I have a 1.3 shop that is finally going to 1.5 this weekend and no immediate plans to go to 1.6. -
[solved] addon's suggesting incompatiable native module upgrades
JayBEE replied to El Patron's topic in Addons News
What is the bug # for this? -
What happened to the Prestashop 1.5 forum?
JayBEE posted a question in IP. Board Forum Questions and Issues
It's all great that Prestashop 1.6 is here, but considering it is a NEW release, I'm sure it is not expected that everyone running an earlier version of Prestashop to just upgrade to it. With that said, what happened to the Prestashop 1.5 forum? Everyone is surely not rushing to upgrade to Prestashop 1.6. Can we bring back the Prestashop 1.5 forum and keep the Prestashop 1.6 forum? Did I miss something? -
I was also encountering the same issue and sure enough, removing the ! from the PayPal Manager password and using the same password in the module settings, fixed the problem.
-
changelog for 1-click upgrade?
JayBEE posted a topic in Upgrading PrestaShop from a previous version
I see that there is a new version of the 1-click upgrade module. Is a changelog available for this? If so, please share its link. Thanks. -
Errors after installing Prestashop 1.5.6.1
JayBEE replied to henkbart's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
In PHP, prefixing a function call with '@' hides any errors returned by that call. This is not good practice. Better practice is to handle the error in the code. However in this case, I believe the problem is with settings in your php.ini. Some webhosts sadly do not allow you to maintain a php.ini in your domain. -
[SOLVED] Site always displaying blockcart
JayBEE replied to JayBEE's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Problem resolved. It turns out I was also updating the Customer groups at that time and somehow a bunch of modules for the Guest and Visitor groups were disabled. After re-enabling them, I am now able to view the site in it's entirety. -
1. Was logged into front end with item in cart. 2. Logged out. 3. Added product to cart 4. Selected checkout from cart Now every time I view the home page of the site, I only see the site logo and the rest of the site is black, no matter which browser I use (Firefox, IE, Chrome). Viewing the page source reveals that it's loading blockcart.tpl Emptying the smarty cache, cookies and browser cache does not help. This is a staging/development site so I prefer to give the URL via PM/email if needed. Firebug reveals the following: browser is accessing site home page http://.....com/inde..._=1355901218092 Params: _ 1355901218092 ajax true controller cart token 2cc3135043404ec69dfd7d542610523b Response: { "products": [ ], "discounts": [ ], "shippingCost": "$0.00", "shippingCostFloat": "0", "wrappingCost": "$0.00", "nbTotalProducts": "0", "total": "$0.00", "productTotal": "$0.00", "hasError" : false } Any tips on how to debug this would be greatly appreciated. Thanks!
-
[SOLVED] How to move Quick Search bar?
JayBEE replied to JayBEE's topic in Configuring and using PrestaShop
Odd, I did not get a notification for your response. I'll need to verify my post notification settings. In any case, I had to tweak the css that was included with the theme in order to get my desired results. Thanks for your response. -
[SOLVED] How to move Quick Search bar?
JayBEE replied to JayBEE's topic in Configuring and using PrestaShop
I did not see your response until I had already figured out my issue. Changing the position order of the module, which I had already performed, did not work in this instance. It was a matter of tweaking the css. Thanks for your response. -
[SOLVED] How to move Quick Search bar?
JayBEE replied to JayBEE's topic in Configuring and using PrestaShop
I was able to fix this by tweaking the css responsible for the layout of the search input box. Issue resolved. -
Hi, I'm using PrestaShop 1.5.2.0. I am unable to determine how to move the Quick Search field/button. When enabled, it displays which conflicts with my logo. Instead, I would like the Quick Search field/button to display Any help or pointers would be greatly appreciated. I am willing to send the private site link via email or PM if necessary, let me know. Thanks in advance for any help on this. JayBEE