|
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....
|
|
I am redeveloping the front end and database for a medium size products database so that it can support categories/subcategories, product lines, manufacturers, supported software and product attributes. Right now there is only a products table. There ...
Answer Snippets (Read the full thread at stackoverflow):
It makes your life easier in the future and you are much more flexible... .
I agree to Paddy.
While it may fit your solution now, further changes may be more difficult .
Go for multiple tables, it makes the design more obvious and more extensible, in my opinion .
|
|
I am creating a database using MySQL 5 for an eCommerce web site. I want the database to be as flexible as possible so that the owners of the web site can add custom attributes for various types of products. For instance, they can have a product which...
Started by Richard Session on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The attributes would database table for....
You can then put common attributes on the product table (description etc) and those that vary on the derived product (colour, size, price etc).
attributes on these if you wish.
|
Ask your Facebook Friends
|
I am building an application that is very similar to a shopping cart. The user selects a product from a list, and then based on that product, a few properties need to be set and saved.
Example.
If the user selects a type of paint that allows custom color...
Started by Mark Fruhling on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You can have a Product class with a collection of product properties
public class Product { private Product() { properties = new Dictionary<string, string>(); } }
In the datasource you can have a table that defines the....
|
|
This modules lets you control the display order of attribute groups and items.
You use a Drag and Drop interface to arrange the order.
It does not require any core file changes.
It was tested on Prestashop 1.0, 1.1, 1.2, 1.3 and 1.4
Available at http:...
Started by tomerg3 on
, 20 posts
by 7 people.
Answer Snippets (Read the full thread at prestashop):
This means that you | Private Shop | Product List Attributes | OSC to PS Migration | ZenCart to PS | Cre-loaded to PS Shop | Product List....
Shop in one place, but it only affects the product that has those attributes.
|
|
There are products, sections and attributes.
Each attribute can have up to 5 or 6 options.
Example: Power
10 Volt 15 Volt 20 Volt
And there are about 10 products in total, each product has up to 17 attributes applied to it.
Example: Product 1
power - ...
Started by jrutter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you need to see the extra attributes you can easily, sections and ....
Product ProductID ProductName Description product table used throughout your system.
A base product table with some general attributes like...
|
|
What are the 4 main attributes of software process? There are a lot of attributes I can think of, but what is the most important ones. I am talking about software process attributes not products. Some eg are: Understandability, Progress Tracking, Cost...
Started by Priyank Bolia on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If I had to guess what they were in .NET:
[STAThread] [Serializable] [AcceptVerbs] [WebMethod]
If I had to pick four I'd say:
Who, What, How, and Why
I'd say it depends on the textbook of the class...... .
Cost, schedule, functionality, and reliability.
|
|
Can somebody explain me why the small piece of code doesn't work?
This is the error what is given:
Parse error: syntax error, unexpected '=' in /var/www/g35003/
$img_attributes= style='max-height: 100px; max-width: 100px' . 'alt="'.$product['product_name...
Started by Chris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
'alt="'.$product....
Htmlspecialchars($productYou are messing the quotes, possible fix:
$img_attributes= "style='max-height: 100px; max-width: 100px'" .
' alt="'.
This :
$img_attributes= 'style="max-height: 100px; max-width: 100px"' .
|
|
Posted Today, 20:41
Am to the point of adding stock to the website, and encountered an oddity. Under 'Catalog - Products Attributes' I inserted some new attributes. However when I added products from 'Categories - Products' none of the product attributes...
Started by -arcane- on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at oscommerce):
Edited after that second look of attributes per material....
But will go take a second look.
With attributes in admin control panel? Posted Today, 20:57
I started installing the event scheduler to link attributes to products..
|
|
Hi all,
When i use a attribute on my product for colors or something and i order 1 product, the system will count 2 product from stock?
I only pay one but 2 will go out of stock ?
This only happens when i use attributes. Product without attributes working...
Started by pinjosi on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at virtuemart):
Pinjosi, see http://forum.virtuemart....
And the shop is live atm
but tnx for your reaction on this one .
Hi milbo,
when i upgrade my whole site turns inside out .
Please use 2.0.1.c, this is fixed there and also already lately discussed in the bug section .
Thanks.
|