Close

Profile: bsgcraft

Avatar

User posts

9 years ago

It appears that when multistore is enabled, the only way to map a product do a store is through editing the product itself.  It seems that even if you have the product mapped to a category, and have that category mapped to a specific store, the product will be visible on both stores.  I cant imagine a scenario where I want a category mapped to a store, but not all of the products related to that category mapped to a specific store. Is there a way around this? If not, we will need to go into over 2000 products and manually change each one to be mapped accordingly. Thanks for any input.

10 years ago

We are currently using the latest version, however we do have quite a bit of styling changes which could lead to the issue.

We have just went live with our site which can be viewed here: http://bit.ly/1dQJPK5

I will add that if you just shrink the browser, the sidebar is working properly. If you refresh at the smaller resolution, that's when the issue arises.

10 years ago

That should say any size smaller than 1000px, not 100px.

10 years ago

We have added some code to our template page layout file Columns_Two.cshtml after the

@Html.Widget("left_side_column_after_category_navigation")

code. We wanted to make an additional section with the same look. This is what we have put.

        

<div class="block block-category-navigation">
            <div class="title">
                <strong>Product Guide</strong>
            </div>            
            <div class="product-catelog">
            <a href="/Content/Images/uploaded/PDFs/CATALOG_WEB.pdf" target="_blank" ><img src="~/Content/images/uploaded/ProductGuideCover_2014.jpg" width="190px" height="245px" /></a>
            </div>
        </div>


The problem is that when the site is utilizing media query's (any size smaller than 100px) the clickable title is already dropped down.  How can we make it act the same as the category list where you need to click to open the category list?

10 years ago

What about the issue of having some entries having images first? The snipit of code would also include those as characters as well. Is there a way to code it so it ignores the img tag altogether within the content body and apply the character count that way?

10 years ago

I saw a theme by another developer who shows on their demo site the blog landing page as an excerpt type format. See here:  http://noplite-demo.pronopcommerce.com/blog

Is there a way to achieve this with this theme? I want a way to condense the entries on the main blog page with the "read more" link to go to the actual entry.

Thanks in advance!

10 years ago

When I am viewing our site on a mobile device (shrinking the browser to mobile size) the product pages with multiple images blow up larger than the screen. Is there a way to just make the click of the secondary images change the main product image within the page rather than blow it up in a lightbox?

10 years ago

I think we found the issue, however I still would like to know how easily one can modify the links for the mega menu to allow for more than the one custom topic page "MegaMenuTopic" to the top nav.

Also, we were attempting to move the search box from the header to the sidebar so we cut out the below code and pasted it into our ColumnsTwo and ColumnsTwoHome files but the plugin does not seem to work as it did in the header.  The plugin should attempt to filter your search based on characters (currently set to 3) but this does not do it when we moved the code. Any ideas?


       <div class="search-box">
        @Html.Action("SearchBox", "Catalog")
       </div>


If you want to move this search topic to a different forum please do. Thanks.

10 years ago

So we have upgraded to 3.2 and now the menu structure has altered to only display categories. In order to keep the old menu structure, we moved the menu.cshtml view file and the controller from 3.1 to 3.2.  This works for full page views, but on responsive views, the menu is eliminated. Any assistance on this would be fantastic.

PS Mega Menu is not an ideal solution either as some of our links in the navigation are topic pages not covered in the mega menu settings. Mega Menu does not allow a custom menu to be created, only the ability to use pre-installed topic pages like about, contact, resources etc.

10 years ago

I would like the ability to specify the amount of products to display by default. Currently it appears my product grid is 4 per page and I wish to change it to 12 per page when someone lands on the listings page.