English 中文(简体)
Zen cart的撰稿人[封闭]
原标题:Attributes in Zen cart [closed]
  • 时间:2012-01-12 09:08:17
  •  标签:
  • php
  • zen-cart
Closed. This question is off-topic. It is not currently accepting answers.

。 因此,在Stack Overflow的

Closed 11 years ago.

我正以泽斯喀特的属性开展工作,并寻找办法,为每一种产品选择添加数量,就像我拥有一个名为“Levis T-Shirt”的产品,以及它具有诸如“Color”和“Size”等特性,现在我想要插入以下内容:

Levis T-shirt - Red Color - Large - Quantity 10
Levis T-shirt - Black Color - Medium - Quantity 15
Levis T-shirt - Blue Color - Large - Quantity 05

因此,我怎么能插入这样的内容?

<>说明: 所有这些功能都从储蓄产品时的行政管理到。

Thanks, In advance

最佳回答

这一附加内容可能有助于你。

没有测试。 页: 1

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签