Zen Cart Logo
Forums / Customization from the Admin / From attributes controller back to products

From attributes controller back to products

Locked

Views: 821

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Dec 2009, 1:47 PM
#1
enquirer66 avatar

enquirer66

Zen Follower

Join Date:
Sep 2007
Posts:
215
Plugin Contributions:
0

From attributes controller back to products

Is there an easy way to do this? I find that when I'm in attrubutes controller I can't easily get back to a list of the products - I have to do to the product directory and drill down through to the product I want.

12 Dec 2009, 4:11 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: From attributes controller back to products

Have you tried the EDIT PRODUCT button at the top of the screen?

13 Dec 2009, 8:38 AM
#3
enquirer66 avatar

enquirer66

Zen Follower

Join Date:
Sep 2007
Posts:
215
Plugin Contributions:
0

Re: From attributes controller back to products

This isn't what I mean. Having edited the attributes of a product I now wish to go to a different product and edit that.

13 Dec 2009, 9:45 AM
#4
enquirer66 avatar

enquirer66

Zen Follower

Join Date:
Sep 2007
Posts:
215
Plugin Contributions:
0

Re: From attributes controller back to products

Yes, one can go to Edit Products and then hit 'Cancel' - this gets one back to the right directory - so I suppose there is no direct button?

13 Dec 2009, 2:49 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: From attributes controller back to products

To get to the list of Products in the same Category as the Product in the Attributes Controller, you would either have to hit the EDIT PRODUCT and CANCEL or you could copy the button from the Products Price Manager and add it to the Attributes Controller something like:

            <td class="smallText" align="center"><?php echo '<a href="' . zen_href_link(FILENAME_CATEGORIES, 'action=new_product' . '&cPath=' . $current_category_id . '&pID=' . $products_filter . '&product_type=' . zen_get_products_type($products_filter)) . '">' . zen_image_button('button_edit_product.gif', IMAGE_EDIT_PRODUCT) . '<br />' . TEXT_PRODUCT_EDIT . '</a>'; ?><br />
                                                 <?php echo '<a href="' . zen_href_link(FILENAME_CATEGORIES, 'cPath=' . $current_category_id . '&pID=' . $products_filter . '&product_type=' . zen_get_products_type($products_filter)) . '">' . zen_image_button('button_details.gif', IMAGE_DETAILS) . '<br />' . TEXT_PRODUCT_DETAILS . '</a>' . '   '; ?>
              </td>