|
Hi All
I am trying to create a grouped product by grouping some configurable products. I know it is possible. The grouped products attributes should be set to Not Required. This is found on Inchoo's website.
What I am trying to achieve here is that, I...
Started by Sid Vel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
A grouped product should be a set that has sizes and colors....
Now, I wish to display a 2 pack product whereby customer can select two colors (of course for twoI'm confused as to why you are using a grouped product for this.
|
|
I see a lot of posts asking how to add child products to the parent products detail page and stocked child variants. Im going to try and cover this briefly.
Now, I am using the latest SVN so Im not sure that this applies to Virtuemart 2.0.0
The display...
Started by dmuntean on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at virtuemart):
I need to set this up in the most simple way so my clientHi
Unfortunately this doesn't change SKU, stock and image in parent product view which is what product associated with....
The whole parent/child product display in VM2.
|
|
I have wholesale attributes for certain products under one store in Magento. I would like to set it so those particular attributes only appear on the product page IF the customer is logged in and they are in the Wholesale customer group.
Is this possible...
Started by f8xmulder on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Wholesale groupid = 2 and that you want to show the product attribute 'productvideos'
app/design/frontend/default//template/catalog/product/view.phtml
if($_isLoggedIn === true){ $_myGroupId = Mage;productAttribute($_product, $_....
|
Ask your Facebook Friends
|
Hi to all.. please help me with this school project for an e-commerce site that im doing ryt now..im a newbie in programming.. here's the scenario..
Im using coldfusion,ms access,dwcs3 How can I dynamically view the products that are base on dynamic category...
Started by manu on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, if we want to display links to the subcategories, I would probably do to the product?
If so check out these two links:
http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion.
Are passing in on the command line.
|
|
As an example i have set my products module to display random products, 6 products in total and 6 in a row which unless I am missing something should show 6 products in total across the module space, for some reason though occasionally I get 6, sometimes...
Started by bunglehaze on
, 12 posts
by 2 people.
Answer Snippets (Read the full thread at virtuemart):
Is only showing 4 products where it is set to show 6, the next load might display 6, I might only;img src="/images/stories/virtuemart/product/resized/6_Stage_200gal_4b0c6720ded82_130x130.jpg" alt;img src="/images/stories/virtuemart....
|
|
I've searched through the forum and do not see any posts with this info. How can I change the number of products that display from the product results grid? Currently the grid is set to display 3 across and 3 down. I want to display 4 columns across and...
Started by ericay278516 on
, 10 posts
by 2 people.
Answer Snippets (Read the full thread at webassist):
I adjust the display size of the thumbnails on the catalog page without compromising the image quality.
|
|
Hi.
I've been trying to display the long product description on the right of the product image.
I think having the info under the image looks terrible and no online stores look that way.
There must be a way to put the text on the right.
Has anyone got...
Started by shakir on
, 15 posts
by 2 people.
Answer Snippets (Read the full thread at virtuemart):
Have moved this code to just under the main product image
<?php /** @todo Test if content plugins modify the product description */ ?>
<span class="title"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DESC_TITLE') ?&....
|
|
Posted 09 January 2012, 22:16
Hi Guys,
As the title of the thread suggests I am trying to find the best way to find duplicate products by model number and display the top level category name they are in.
As the store I am working on will sell spare parts...
Started by PupStar on
, 16 posts
by 3 people.
Answer Snippets (Read the full thread at oscommerce):
This maybe way off the mark (I am totally pants with queries lol)
$product_to_category_query = tep_db_query at this again on semi-clear head urgh
I now have come up with this
$product_to_category_query = tep_db, 23:08
I have been trying....
|
|
Hi,
I use Prestashop 1.4 default theme with some minor customizations.
I want to show/display my products in Grid (like a table with rows and column) instead of default listing display.
Can that be done in the Back Office? if yes, how?
If the answer is...
Started by bruce-rez on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at prestashop):
Bruce
Using PS 1.4.6.2 Back to top To tell you the truth I have you used to display products....
Thanks.
You will have to alter the product-list.css file and adjust to be able getting Grid display.
No its not possible from the backend.
|
|
For a grouped product, I would like to display a link to the simple products it is composed of. For example, if I have a grouped product called Dining Set composed of plates, knives, forks, etc. I'd like each of the subproducts to have a link to that ...
Started by Nathan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just a few ....
Just use $_item->getUrlPath() instead of productURL.
Your code is perfect...
/app/code/core/Mage/Catalog/Model/Product.php or any of the other files in that Folder .
Always trace back to the Core.
Easy to find all methods and functions.
|