|
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.
|
|
This is tested on VM 1.1.9 to VM 2.0.6 But ideally should work on all versions.
I wrote this non-professional import script for one of my sites.
How to :
1. Migrate all data from old virtuemart to new virtuemart.
2. Your database should contain old virtuemart...
Started by raycarter on
, 15 posts
by 3 people.
Answer Snippets (Read the full thread at virtuemart):
Any help it on my site and have the....
Cheers The script is only handling the attributes which increase or decrease the cost of a product products with shirt sizes I'm manually creating these attributes since the site is live.
|
Ask your Facebook Friends
|
This module changes the way attributes are displayed. Instead of displaying them as dropdowns, it displays the attributes in a table along with the price differences including tax. The module can be configured to also display the price differences excluding...
Started by rocky on
, 20 posts
by 5 people.
Answer Snippets (Read the full thread at prestashop):
My attributes:
Extra option 1:
cheese
tomatoes
Cheddar
Onion
Jambon
Egg
tomatoes
Cheddar
Onion
Jambon
Egg
There are....
Can do this by giving the product a price of zero and then adding all the prices as the price this module multiple choice.
|
|
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....
|
|
Hi,
In the old version of K2mart there was a tab for Product Attributes, when entering product details.
It doesn't appear in the 2.0 version.
the K2mart tabs that are displaying are: Product Information | Product Price | Product Status | Product Custom...
Answer Snippets (Read the full thread at joomlaworks):
Please take a look at Virtuemart documentation on about adding attributes..
In Virtuemart 2 instead of product attributes you have Product Custom Fields.
|
|
How can edit product attributes in Presta?
Started by Loree on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at yahoo):
I use
this software.
Hello! Store Manager for Magento has a nice section of attributes management.
|
|
Posted 02 May 2012, 07:59
Try /admin/includes/boxes/catalog.php
HTH
G
Started by geoffreywalton on
, 17 posts
by 7 people.
Answer Snippets (Read the full thread at oscommerce):
HTH_image_array column,I mean if I have 5....
Then use the Export EP or Froogle Products File and down load a cutom file.
:58
How does one copy over a product that has multiple images? When copying them over, only in the product file.
|
|
Posted 02 May 2012, 07:59
Try /admin/includes/boxes/catalog.php
HTH
G
Started by geoffreywalton on
, 17 posts
by 7 people.
Answer Snippets (Read the full thread at oscommerce):
HTH_array column,I mean if I have 5 images....
Then use the Export EP or Froogle Products File and down load a cutom file.
:58
How does one copy over a product that has multiple images? When copying them over, only in the product file.
|
|
Hello,
I developed a plugin that will allow you to add attributes to a product just like in VM 1.x.
It will still be under custom fields tab but you can enter the old attributes code of VM 1.x and add as many attributes at once!
PM or reply to this post...
Started by jenkinhill on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at virtuemart):
I have to enter all the products again as it is but without the attributes it is like making 10.
|