Page 1 of 1
Search found 13 matches
Re: Help modifying vQmod for Pre-Orders on Pinshop theme
You don't need to make any code changes for that - there's a setting in System > [store name] > Edit somewhere that says something like "allow out of stock orders". Turn that off. The code above with the operation tags is designed to be used in a vqmod script, not directly in the code. Goo...
Jump to post- Tue Jun 25, 2013 5:13 am
- Replies 7
- Views 1572
Re: Help modifying vQmod for Pre-Orders on Pinshop theme
It's the normal product module (catalog/view/theme/pinshop/template/product/product.tpl)
Jump to post- Mon Jun 24, 2013 7:57 pm
- Replies 7
- Views 1572
Need help using product model data in cart
Hi, I'm trying to use the stock_status field from model/product/product.php in view checkout/cart.tpl - it seems that other fields are already being used from the product model in this file, but when I try to reference $product['stock_status']; it throws an undefined index error. I've looked at the ...
Jump to post- Sat May 11, 2013 8:02 pm
- Replies 0
- Views 246
Re: Help modifying vQmod for Pre-Orders on Pinshop theme
Just in case anyone comes across this in future, the syntax issue was with me using = instead of ==. so my code ended up being like this: <add><![CDATA[<?php if ($product['stock_qty'] <= 0) { if ($product['stock_status'] == 'Pre-Order') { echo "Pre-Order"; } elseif ($product['stock_status'...
Jump to post- Sat May 11, 2013 3:21 pm
- Replies 7
- Views 1572
Re: Help modifying vQmod for Pre-Orders on Pinshop theme
No one can help me with the syntax here?
Jump to post- Sat May 11, 2013 2:05 pm
- Replies 7
- Views 1572
Help modifying vQmod for Pre-Orders on Pinshop theme
Hi, I've received a lot of help on this forum before and I hope someone can give me some tips for this one too :) I've purchased the Pinshop theme and downloaded @tik's "No Add to Cart button for Out of Stock items" extension, and modified it to work on Pinshop. That all works perfectly. W...
Jump to post- Fri May 03, 2013 10:48 am
- Replies 7
- Views 1572
Re: @tik Remove Add to Cart button for Out of Stock items 1.
Hi, I'm modifying the vQmod for my theme and I've run into an issue with the placement of some variables. I'm not a PHP expert, so I gather that there's just a simple syntax issue here but I can't figure out where it is.. could someone please have a look for me? Thx :) The file is controller/module/...
Jump to post- Sun Dec 09, 2012 1:18 pm
- Replies 104
- Views 111562
Re: google product category
Hi stringsetc,
I have the same issue, and all of my products will be in the one Google category. How do I specify it for the products? I'm using Opencart's Product Feeds function.
Thanks.
- Tue Nov 13, 2012 9:01 pm
- Replies 3
- Views 625
Re: How to create and upload a sitemap to Google please
Hi guys,
I'm trying to generate sitemaps in a multi store situation - if I go to Extensions > Product Feeds, the URL is only for the primary domain. I tried just changing the URL to the secondary but the result is blank. What can I do?
Thanks.
- Wed Nov 07, 2012 1:29 pm
- Replies 5
- Views 1891
Re: How to make search look in attributes
No solution for this yet
- Mon Dec 26, 2011 4:46 pm
- Replies 8
- Views 7509
Re: How to make search look in attributes
Thanks for that, my problem is that those extensions all create an "advanced search" type box and the customer needs to select the various options. All I want is for the site search (the existing search box) to look in Attribute fields as well as where it looks now. It seems odd that these...
Jump to post- Wed Nov 16, 2011 3:29 pm
- Replies 8
- Views 7509
Re: How do I extend front end search function?
I need to do the same thing, but have it also include the Attributes in the search. I've just posted a topic here http://forum.opencart.com/viewtopic.php?f=20&t=46010
Jump to post- Wed Nov 16, 2011 8:13 am
- Replies 1
- Views 587
How to make search look in attributes
Hi guys, I'm very new to OC but I'm figuring it out pretty quickly. I've looked everywhere for a mod or extension that will allow the site search to look inside attributes but I can't find anything - is this possible? I sell ink and toner cartridges and have a list of the model(s) of printer that th...
Jump to post- Wed Nov 16, 2011 8:10 am
- Replies 8
- Views 7509
Search found 13 matches