Product Links / URLs do not work as expected
-
Situation: Product Catalogue embedded into landing page (besides other content). Catalogue shows nicely with some 20+ products. Pagination works as well. When I click on a product in the catalogue it would open the product page in the same position as the catalogue, i.e. all the other content would remain in place. This works for us. The links generated in the catalogue are (for example):
<a class="upcp-catalogue-link no-underline "href="/product/PRODUCTNAME/?" onclick="RecordView(127);"> PRODUCTNAME </a>
where “PRODUCTNAME” ist the name of our productProblem:
- In the website’s footer we have included the “UPCP latest products” plugin. Clicking on the link of any product would just reload the landing page again with the full product catalogue. The links here are of the format:
<a class="upcp-minimal-link" href="/product/PRODUCTNAME/?">PRODUCTNAME</a>
, i.e. without the JS part
When I paste the product URL into my browser’s address bar, it would load the landing page with the catalogue as well, but not the product page as I would like it to
- In the website’s footer we have included the “UPCP latest products” plugin. Clicking on the link of any product would just reload the landing page again with the full product catalogue. The links here are of the format:
- The topic ‘Product Links / URLs do not work as expected’ is closed to new replies.