Search the Community
Showing results for tags 'catalog mode'.
-
Hello, I like that we can show prices in catalog mode ... however, there should be a way to display the currency block too! Does anybody know how to do this? I'd appreciate some help Thanks
-
Hello, Is it possible to remove gray empty window on the product page. Its coming up when activating the "Catalog Mode"
- 5 replies
-
- remove window
- catalog mode
-
(and 2 more)
Tagged with:
-
Hello, Lately, i had some jobs with some clients that want a shop where they will only have a product enquiry button. So i had the idea to create a module which can handle this job. The module is based on sendtofriend, and uses a popup window to open the enquiry form. To make this module work you need to change the add to cart button in the product.tpl with those lines : For example if you have this code as add to cart : <p id="add_to_cart" {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE}style="display:none"{/if} class="buttons_bottom_block"> <span></span> <input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" /> </p> change it with : {if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} {hook h='displayEnquiryButton'} {else} <p id="add_to_cart" class="cta-button"> <input type="submit" name="Submit" value="{l s='Add to cart'}" class="button" /> </p> {/if} Also you can customize the button that will be displayed in the enquiryproduct-extra.tpl If you want anything about this module feel free to contact me. For latest Update Please check this link http://www.getnewtheme.com/enquiry-product-prestashop/ Kind regards AQEL Y. enquiryProduct Module.zip
- 20 replies
-
- 1
-
-
- enquiry cart
- cart
-
(and 4 more)
Tagged with:
-
Hi All, I need to to set the catalog mode for some selected products only. Is it possible in PrestaShop? I am using PrestaShop version: 1.6.0.9 Thanks for any idea. Piya
-
Hi everyone, Desperately looking for help. I recently had my store (version 1.5.6.1) in Catalog Mode, but have since turned it off and am now getting 500 Internal Server Error messages all over my front office (back office is fine). The store is normally opperated with Catalog Mode turned off (has been running for nearly 12 months with no problem... until now). I've turned on error reporting, but it didn't provide any details other than it is a 500 Internal Server Error. I have also approached my host server, but they haven't been much help. I can't figure out what the problem and fix is, and would greatly appreciate any advice. Many thanks, Gil
- 6 replies
-
- 500 internal server error
- 500 error
-
(and 1 more)
Tagged with:
-
catalog mode not working and site messed up
purepixels posted a topic in OUT - 1.6.0.11 [7 Jan 2015]
Hi, When I enable the catalog mode in my prestashop (default bootstrap theme), I get this result; Not what I was expecting with enabling this mode.. I recompiled the templates, cleared cache, tried everything to fix this. But the information still shows up on every page of the site. Also the button "Add to cart" is still there with every product. Anybody an idea where to seek this problem? Thnx for the help.- 8 replies
-
- prestashop 1.6.0.9
- catalog mode
-
(and 2 more)
Tagged with:
-
Hi, I want to set a particular brand product with no price display or add to cart button. Instead of that I need to display "Call for our best price" message and a contact form for the customer to fill his contact details. is that possible? Thanks in advance...
- 1 reply
-
- call for best price
- remove add to cart button
- (and 2 more)
-
Hello! When I add a simple test code {if $logged} <p>Hello, you are logged in</p> {/if} to any tpl page within my template it doesn't work. the code seems to be ignored by the catalog mode. Is this a bug or can I change this behaviour somewhere? thx, piku
-
Hi Guys, i read many threads but I couldn't find a solution: I have a Restaurant Page, it should be in Catalog Mode in the Evening, so that Customers cannot shop when we arent there. In the morning it should activate itself again. I want to manage this with a Cronjob and installed Crontab, but I cant make it. It would be GREAT if someone could help me
-
Hi, I realize that if I turn the the catalog mode in my shop, the entire logo and search bar simply merges with the navigation menu. Why is this happening? I had this problem before, but I solve it by removing the top 30x thing in the global.css How do I fix this? Please help me, I'm switching my retail store to wholesale so am going to use prestashop as an online catalog. My website: http://www.tiempoerotico.com/index.php It wont be under maintenance or anything so you can see the issue. Thanks!
-
I created a cron job as below to enable catalog mode in prestashop on 11pm and disable it on 9am every weekdays. But i could not get it to work and I hope someone would advice me which area I done wrong. Minute Hour Day Month Weekday Command Actions * 9,23 * * 1-5 wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null Edit Delete Command: wget -a /home/teststore/public_html/catalog_mode.txt https://www.teststore.com.sg/catalog_mode.php -O /dev/null Appreciate someone could advice me. Thanks.
-
Hi all, Since there's no way AFAIK of bypassing catalog mode by default, I'm trying to figure out how to efficiently bypass catalog mode using a GET parameter. I've tried adding the following to my header.tpl (knowing it probably won't work): {if $smarty.get.foo == 'bar'} {$PS_CATALOG_MODE=0} {/if} ...I'm probably way off, but I hope it gives you an idea of what I'm trying to do. I need to solve this, since we have a shop in production (not ready to sell from and thus in catalog mode) and we need to show the checkout process to an external entity for approval. Do anybody have a solution for this challenge - any ideas, input or help will be greatly appreciated. Thanks in advance and have a great weekend!
-
Hi! I don't know if this question have poped up before. We are using our shop for our dealers network, therefore the shopping features should only be activated after the login preocedure, because it's confusing for normal consumers that there is a shoppings basket and they think that they can order products. Is there an easy way to deactivate catalog mode after login somehow? I have searched quite alot for this feature/customization but didn't find anything. Thanks in advance!
- 5 replies
-
- catalog mode
- after
-
(and 1 more)
Tagged with:
-
Hi, I would like to install version 1.5 in catalog mode. I tried but remotely, despite having selected during the installation mode catalog, I am still with the cart and prices. I have also tried to install it locally but when trying to connect to the CMS database for the apache server stops working. Can anyone help me? Thank you.
-
I have been busy for the last couple of days updating a client's website to the latest version of Prestashop (1.4.6.1) and when I take the shop out of catalog mode it displays a white screen which says Welcome, Log in Cart: 0 product products I am not using any modified templates just the custom ones which come with Prestashop. Is this a known issue? Thanks for your help in advance.
- 7 replies
-
- configuration
- catalog mode
-
(and 1 more)
Tagged with: