Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 inccrosell showing 4 blank spaces
Author « Topic »  

pdraper
Advanced Member

New Zealand
160 Posts

Pre-sales questions only
(More Details...)

Posted - 05/30/2018 :  19:20:25  
Have included the inccrosssell into homepage and added the relevant lines for custom css however the first 4 boxes in my carousel seem to contain nothing

crosssellaction="bestsellers"
csstyleprefix="bcs"
csproductpagelayout="productimage,productname,price,addtocart"

demo.managemyweb.nz

Under the bestsellers section. Anyone have an idea how I can stop this?

Paul

Andy
ECT Moderator

95440 Posts

Posted - 05/31/2018 :  00:09:36  
Hi Paul

There isn't a carousel feature for the cross selling so it looks like it may be the script you are using to display them that is causing them to right align rather than having any missing.

Andy

Please feel free to review / rate our software

pdraper
Advanced Member

New Zealand
160 Posts

Pre-sales questions only
(More Details...)

Posted - 05/31/2018 :  16:33:37  
Hey Andy,

No its not right aligning. There is actually 4 product that seem to be hidden items in the script.



Paul

Andy
ECT Moderator

95440 Posts

Posted - 05/31/2018 :  23:57:40  
Can you display them outside of that carousel feature and see if they then show up correctly? There isn't anything in the code that would hide cross selling items that I'm aware of.

Andy

Please feel free to review / rate our software

pdraper
Advanced Member

New Zealand
160 Posts

Pre-sales questions only
(More Details...)

Posted - 06/02/2018 :  16:09:51  
When I look at the code and the elements I see this at the beginning of the carousel. Each one is being listed as a item in the carousel as blank space.

<input type="hidden" id="hiddencurr" value="NZ$0.00" />

<div id="opaquediv" style="display:none;position:fixed;width:100%;height:100%;background-color:rgba(140,140,150,0.5);top:0px;left:0px;text-align:center;z-index:10000;">

</div><script type="text/javascript">
/* <![CDATA[ */

var oversldiv;
var gtid;
function displaysavelist(el,evt,twin){
oversldiv=false
var theevnt=(!evt)?twin.event:evt;//IE:FF
var sld=document.getElementById('savelistdiv');
var parentdiv=el.parentNode;
parentdiv.insertBefore(sld,parentdiv.firstChild);
sld.style.visibility="visible";
setTimeout('checksldiv()',2000);
return(false);
}
function checksldiv(){
var sld=document.getElementById('savelistdiv');
if(! oversldiv)
sld.style.visibility='hidden';
}

var globallistname='';
function subformid(tid,listid,listname){
if(document.getElementById('ectform'+tid).listid)document.getElementById('ectform'+tid).listid.value=listid;
globallistname=listname;
ajaxaddcart(tid);
return false;


Paul

pdraper
Advanced Member

New Zealand
160 Posts

Pre-sales questions only
(More Details...)

Posted - 06/02/2018 :  16:11:54  
for clarity I merely have it placed like this

<div class="owl-carousel owl-theme manual new-products-carousel">

<!--#include file="vsadmin/inc/inccrosssell.asp"-->

</div>

Paul

Andy
ECT Moderator

95440 Posts

Posted - 06/03/2018 :  00:11:08  
The hidden reference there doesn't hide the cross sell display but is the related to the overlay background used for the pop-up cart, quick buy and other inline pop ups. Can you try the cross sell code outside of the carousel and let us know if the products then show?

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000