View Single Post
  #3  
Old 08-20-2005, 01:22 PM
 
delphighse delphighse is offline
 

Member
  
Join Date: Jan 2003
Location: Washington State USA
Posts: 20
 

Default

Well, I think I may be getting close to a solution for my problem.

{assign var="categoryassign" value=" Vendors/$login"}
{section name=cat_num loop=$allcategories}
{if $categoryassign eq $allcategories[cat_num].category}
{assign var="categoryid1" value=$allcategories[cat_num].categoryid}
{/if}
{/section}

This works very well with the categoryid1$ assigned with the automatic category, but it does not store in the database. I assume it is not being passed to the include/product_modify.php.
How can I get the value back to the php?
Thanks for your help.
Becky
xcart v 3.2.4
Reply With Quote