carreralee wrote:Just bought your Quick Tabs product yesterday. It beautiful! I'm wondering if the feature ...
Hi carreralee,
Thank you for choosing our products and services!
The features we describe in the post before your post are just some thoughts for how we could possibly implement the Tabs plugin in any of the future releases. So the current version of the Tabs does not support any Tab Templates.
Now all Tabs that are created can be shared between multiple products. If you have a Tab assigned to two products and change the content of that Tab then both products will get the updated Tab.
The Manage Product and Tabs option is added for convenience if you want to see which Tabs are assigned to a given product. You can add new existing Tabs to the Product or remove(delete) any already associated Tabs to this product.
Deleting a Tab will remove the association between the Product and the Tab but will not delete the actual Tab.
The Edit button you are talking about is used if you want to edit the actual Product.
The path that you describe:
Admin/Product/Edit/52It corresponds to an MVC Route in the nopCommerce framework.
Admin - it represent the Administration area
Product - it represent the product controller
Edit - it represents the controller action
52 - it is the Id of the product.
So the URL has nothing to do with any physical paths on your server.
NOTE: We managed to reproduce your problem. The Edit links does not take into consideration the virtual directory of your web site. We are working now to correct this and will let you know when this is fixed and available for download.
Many thanks for reporting this problem!
Best Regards,
Nop-Templates Support Team