Please help me finding solutions to some problems
on the web page http://www.sareto.pl that uses Joomla! 2.5.22; VM 2.6.6 and template StoreBox v.3.11vm:
1. Shopping Cart
Please let me know if is possible to change the appearance and functionality of the shopping cart
on the VirtueMart One Page Checkout from Storefront template.
If not please point me recommended solutions which best cooperating with your template.
2. Product Search
a) Width
Initially the template used Joomla search engine,
but it was changed to VM products search and tailored appearance to the original.
However, the width of the field on mobile phones goes beyond the outline of the right side.
b) Paging
When searching for a product or the manufacturer, the correct results are displayed only on the first page.
The results on the following pages are not relevant to the query.
But paging works fine when I change the length of the list of results or re-clicked on "Find a Product"
c) How to change the height of the inputbox on the right of the "Find a product"?
d) Search button
Search field at the top of the page does not have a button, you must confirm with Enter key.
Does "magnifier" could also be such a button?
3. Page break
Table of Contents does not work properly on the main page, clickable links are only some.
However, after going to the page where the link was active, all now work properly.
Link: https://www.sareto.pl/katalogi-produktow
4. Ratings and Reviews on product pages
How to remove (or hide) on the product pages, tab „Reviews”
and the text "Rating: Not rated yet" (etc..).
Under the product name.
5. Manufacturer link on product pages
How to remove popup and change manufacturer name to normal link to all its products.
Under the product name.
6. Google Adwords Remarketing code - dynamic
On the pages I need to add a dynamic Google remarketing code
according to the page division [ecomm_pagetype]:
-home,
-searchresults,
-category,
-product,
-cart,
-purchase,
-other
Please advise me where to add code
and how to complete the following script with:
-products IDs {but while in the basket according to the scheme: ["ID1", "ID2"]},
-value (price on product pages, the sum of the purchases in cart)
- Code: Select all
<script type="text/javascript">
var google_tag_params = {
ecomm_prodid: 'REPLACE_WITH_VALUE',
ecomm_pagetype: 'REPLACE_WITH_VALUE',
ecomm_totalvalue: 'REPLACE_WITH_VALUE',
};
</script>
More information can be found at Google support page:
https://support.google.com/adwords/answer/3103357?hl=en
Example code to add:
- Code: Select all
<script type="text/javascript">
var google_tag_params = {
ecomm_prodid: 'REPLACE_WITH_VALUE',
ecomm_pagetype: 'REPLACE_WITH_VALUE',
ecomm_totalvalue: 'REPLACE_WITH_VALUE',
};
</script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = XXXXXXXXXX;
var google_conversion_label = "YYYYYYYYYY";
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/XXXXXXXXXX/?value=0&label=YYYYYYYYYY&guid=ON&script=0"/>
</div>
</noscript>
7. Module: Manufactures - News Show Pro GK5 ver. 1.6.0
How to customize the module to fetch data from the XML file,
but it must appear exactly the same as in the demo.
8. Module: SHOPS & TRENDS [in shop: Best sellers & News] - News Show Pro GK5 ver. 1.6.0
How to customize the module to fetch data from the XML file,
but it must appear exactly the same as in the demo.
9. Problem with updating the template
Two the last two updates could not be done.
An error message displayed that it was not possible to copy a file or directory: install_53f05673de3f2.
In advance thank you very much