How do I Retrieve Currently Selected Product ID from the Catalog?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Want to retrieve ProductId from the catalog page. Is there any way to do this programatically?
I want to add certain attributes to a product like: How to use, Related projects and videos. Please any help will be very appreciated. thanx
13 years ago
dejobo wrote:
Want to retrieve ProductId from the catalog page. Is there any way to do this programatically?
I want to add certain attributes to a product like: How to use, Related projects and videos. Please any help will be very appreciated. thanx

It might be eassier:
Check:https://www.nopcommerce.com/boards/t/7288/extra-fields.aspx
and: https://www.nopcommerce.com/p/177/product-specification-value-mod.aspx
13 years ago
eadameg wrote:
Want to retrieve ProductId from the catalog page. Is there any way to do this programatically?
I want to add certain attributes to a product like: How to use, Related projects and videos. Please any help will be very appreciated. thanx
It might be eassier:
Check:https://www.nopcommerce.com/boards/t/7288/extra-fields.aspx
and: https://www.nopcommerce.com/p/177/product-specification-value-mod.aspx


Thanks for your help. Really helpful but I just really need a way to retrieve currently selected products ProductID. I could not get it thru querystring. Really need some help on this. If there is anyone.
13 years ago
eadameg wrote:
Want to retrieve ProductId from the catalog page. Is there any way to do this programatically?
I want to add certain attributes to a product like: How to use, Related projects and videos. Please any help will be very appreciated. thanx
It might be eassier:
Check:https://www.nopcommerce.com/boards/t/7288/extra-fields.aspx
and: https://www.nopcommerce.com/p/177/product-specification-value-mod.aspx




I have installed the product mode extension but i keep getting the error below. Pls shat am i doing wrong?



Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'ASP.modules_productspecifications_ascx' does not contain a definition for 'rptrProductSpecification_DataBound' and no extension method 'rptrProductSpecification_DataBound' accepting a first argument of type 'ASP.modules_productspecifications_ascx' could be found (are you missing a using directive or an assembly reference?)

Source Error:



Line 3:      <table width="100%">
Line 4:          <tbody>
Line 5:              <asp:Repeater ID="rptrProductSpecification" OnItemDataBound="rptrProductSpecification_DataBound" runat="server">
Line 6:                  <ItemTemplate>
Line 7:                      <tr>


Source File: C:\HostingSpaces\dejobo\polimetrixdev.com\wwwroot\eshop1\NopCommerceStore\Modules\ProductSpecifications.ascx    Line: 5
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.