close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Product option value order

Thread began 3/08/2012 3:44 pm by cj.tung395641 | Last modified 3/09/2012 8:28 am by cj.tung395641 | 657 views | 2 replies |

cj.tung395641

Product option value order

Hi,

Learn from the previous product option order article I have modified products_update.php line 626 according to the instruction but it did not work on my web store. Please tell me if there is anything I need to do in order to get the value order right, for ex: size 4, 5, 6, 7 (from small to big), Thanks!

CJ

Sign in to reply to this post

Jason ByrnesWebAssist

make the following changes to the webassist/plugins/shopping_cart/add_to_cart.php page:

line 239:

php:
$query_OptionValues = sprintf("SELECT DISTINCT ps4_options.OptionID, OptionName FROM ps4_options INNER JOIN ps4_optiongroups ON ps4_optiongroups.OptionGroupID = ps4_options.OptionGroupID  INNER JOIN ps4_productoptions on ps4_options.OptionID = ps4_productoptions.OptionID INNER JOIN ps4_products on ps4_products.ProductID = ps4_productoptions.ProductID WHERE ps4_options.OptionGroupID = %s AND (ps4_products.ProductStartDate IS NULL OR ps4_products.ProductStartDate <= CURDATE()) AND (ps4_products.ProductEndDate IS NULL OR ps4_products.ProductEndDate >= CURDATE())", GetSQLValueString($OGIDParam_OptionValues, "int"));



to:

php:
$query_OptionValues = sprintf("SELECT DISTINCT ps4_options.OptionID, OptionName FROM ps4_options INNER JOIN ps4_optiongroups ON ps4_optiongroups.OptionGroupID = ps4_options.OptionGroupID  INNER JOIN ps4_productoptions on ps4_options.OptionID = ps4_productoptions.OptionID INNER JOIN ps4_products on ps4_products.ProductID = ps4_productoptions.ProductID WHERE ps4_options.OptionGroupID = %s AND (ps4_products.ProductStartDate IS NULL OR ps4_products.ProductStartDate <= CURDATE()) AND (ps4_products.ProductEndDate IS NULL OR ps4_products.ProductEndDate >= CURDATE()) ORDER BY ps4_options.OptionName", GetSQLValueString($OGIDParam_OptionValues, "int"));




line 337:

php:
$query_OptionValues = sprintf("SELECT ps4_options.OptionID, OptionName FROM ps4_options INNER JOIN ps4_optiongroups ON ps4_optiongroups.OptionGroupID = ps4_options.OptionGroupID  WHERE ps4_options.OptionGroupID = %s  ", GetSQLValueString($OGIDParam_OptionValues, "int"));



to:

php:
$query_OptionValues = sprintf("SELECT ps4_options.OptionID, OptionName FROM ps4_options INNER JOIN ps4_optiongroups ON ps4_optiongroups.OptionGroupID = ps4_options.OptionGroupID  WHERE ps4_options.OptionGroupID = %s ORDER BY ps4_options.OptionName  ", GetSQLValueString($OGIDParam_OptionValues, "int"));
Sign in to reply to this post

cj.tung395641

It works! Thanks Jason!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...