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
 PHP (Unix / Linux / Apache) versions
 email for price... suggestions please
Previous Page | Next Page
Author « Topic »
Page: of 7

Vince
Administrator

42752 Posts

Posted - 11/21/2020 :  01:41:17  
Hi all
That's right, it's when there are Multi Purchase product options but you can change that behavior by editing the Multi Purchase option and changing the "Detail Page Only" setting.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 11/21/2020 :  09:47:25  
thank you

I dont think however the multi buy has been used here

Vince
Administrator

42752 Posts

Posted - 11/21/2020 :  11:25:45  
In that case do you have the $noproductoptions parameter set in the includes.php file? That will stop displaying product options on the products pages and force the customer on to the detail page to select options. All the configure products have options, the others don't.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 11/22/2020 :  00:28:53  
Thanks Vince

Will change that :)

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/15/2024 :  10:01:00  
Hi there

the site this is applied to s now needing to be updated to allow for the latest Paypal Complete Payments - ao questions are - is the latest updated compatible with this PayPal system and this edit to the search and product pages is this cgoing to be compatible with the latest version?

Im obviously more than happy to pay latest updater fand for ease pay the addition to have it applied - so thought to ask the pre sales questions s it were on this thread..

Look forward to hearing back

Kind regareds
Richard

Vince
Administrator

42752 Posts

Posted - 08/17/2024 :  01:42:21  
Hi Richard
quote:
the site this is applied to s now needing to be updated to allow for the latest Paypal Complete Payments - ao questions are - is the latest updated compatible with this PayPal system
I replied by email but for anyone else looking in, it looks like PayPal Complete is PayPal Checkout which is fully implemented and certified with the shopping cart + the onboarding system which is available in your Payment Providers admin page. So yes, that looks good.
quote:
is the latest updated compatible with this PayPal system and this edit to the search and product pages is this cgoing to be compatible with the latest version?
I can't see any reason why not, but why not set up a copy of the site in a test folder and try it on that?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/19/2024 :  02:08:56  
thanks Vince - I am still trying to retire ... lol

Ok have downloaded the updater. - I have a full back up so going to just apply it now -0 ill shout up if I run into trouble - I was planning on asking you to apply it for me but customer is pushing so... ill do it - what's the worst that can happen ? lol

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/19/2024 :  03:29:47  
okay update applied and we have a few problems
the add to cart doesn't add it to cart and lo g into account doesn't work
should have asked you to apply it :(
So help please

I think the css is a little off too on some of the product pages

Phil
ECT Moderator

United Kingdom
7679 Posts

Posted - 08/19/2024 :  06:15:28  
Hi Richard,
Have you uploaded the ectcart.js file to the js directory on the server and do you have this line <script src="js/ectcart.js"></script> in the head of all your store pages?

If you have done all that can you force a page refresh ctrl +F5 and try adding to cart again?



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 08/19/2024 06:15:57

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/19/2024 :  07:05:10  
thanks Phil

just working through debugging..

on the left hand menu for the products there is now a + symbol thats appeared that wasn't there before - any idea where I can find and remove it (its for the drop down of the subcategories beneath it) as I say wasn't there before so be nice to get rid of it as its throwing the format out a bit


(you were right I have the js link missing on the client log in page :( thanks for the heads up on that one

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/19/2024 :  09:00:25  
https://www.baby-barn.co.uk/cart.php
the shop for menu on the left is where I mean and the + has popped up there - sorry for not making the question clearer - just need to remove the + any pointers as to where to look?

Phil
ECT Moderator

United Kingdom
7679 Posts

Posted - 08/19/2024 :  09:33:55  
Hi Richard,
I think what I would do there is edit the css in your style.css file

Change
.left_contain_top {
padding: 10px 10px 0 10px;

to
.left_contain_top {
padding: 10px 10px 0 0px;

Another suggestion,
Change the order of the css calls from
<!-- /// Template CSS //////// -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/ectstyle.css" rel="stylesheet" type="text/css" />
<link href="css/ectcart.css" rel="stylesheet" type="text/css" />

to
<!-- /// Template CSS //////// -->
<link href="css/ectcart.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/ectstyle.css" rel="stylesheet" type="text/css" />



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/19/2024 :  11:05:05  
thats sneaky .. just enough to stop the + wrapping

thanks I have done that :)

Vince
Administrator

42752 Posts

Posted - 08/20/2024 :  02:09:10  
Hi Richard
A couple of things I noticed when viewing the products page is that the images are set to a max of 150px but this means when on mobile the images are too big for the container. If you set the max-width to 100% this won't happen.
Also, at 640px the left navigation disappears which is good, but the main body is still set to just 80% width so you are not actually gaining any space on mobile and things are too cramped.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 08/20/2024 :  02:12:42  
thanks Vince

Ill look at that :)

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 10/07/2024 :  23:35:04  
Seems since we updated the store for the paypal compatibility the email for price isn't working:(

The cipustomer is also complaining bitterly that the admin is “smaller” than before.. i cant see any difference but wondering ifthere are any browsers to avoid?

Vince
Administrator

42752 Posts

Posted - 10/08/2024 :  02:38:20  
Hi there
quote:
Seems since we updated the store for the paypal compatibility the email for price isn't working:(
If you could let me know any details of what / how things are not working we can maybe sort this out.
quote:
The cipustomer is also complaining bitterly that the admin is “smaller” than before.. i cant see any difference but wondering ifthere are any browsers to avoid?
No, things should work fine on all modern browsers.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 10/08/2024 :  04:57:02  
Hi Vince

I raised the ticket here on this post as the main emphasis of the query was on the email for price - I held of updating as it worked well but seems after the iupdate its gone a but it awry
if you look at : https://www.baby-barn.co.uk/products.php?cat=3

you will see the first two items have an email for price option showing - clicking on it. - nothing happens
it used to trigger an email to the site owner with a persons interest in that product noted

(the question re the size on the admin I am pretty sure the customer is using chrome and has her settings all messed up so the text is tiny - but thought to check incase it was a known problem as I cant replicate it on edge or safari)

Kind Regards
Richard


webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 10/08/2024 :  05:01:33  
<script>
function efformvalidator(theForm){
if(document.getElementById('yourname').value==""){
alert("Please enter a value in the field \"Your Name\".");
document.getElementById('yourname').focus();
return(false);
}
if(document.getElementById('youremail').value==""){
alert("Please enter a value in the field \"Your Email\".");
document.getElementById('youremail').focus();
return(false);
}
if(document.getElementById('askq').value!='1'){
if(document.getElementById('friendsemail').value==""){
alert("Please enter a value in the field \"Your Friends Email\".");
document.getElementById('friendsemail').focus();
return(false);
}
}else{
}
return(true);
}
function dosendefdata(){
if(efformvalidator(document.getElementById('efform'))){
var ajaxobj=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("MSXML2.XMLHTTP");
var yourname=document.getElementById("yourname").value;
var youremail=document.getElementById("youremail").value;
var friendsemail=(document.getElementById('askq').value=='1'?'':document.getElementById("friendsemail").value);
var yourcomments=document.getElementById("yourcomments").value;
var efcheck=document.getElementById("efcheck").value;
postdata="posted=1&efid=" + encodeURIComponent(document.getElementById('efid').value) + (document.getElementById('askq').value=='1'?'&askq=1':'') + "&yourname=" + encodeURIComponent(yourname) + "&youremail=" + encodeURIComponent(youremail) + "&friendsemail=" + encodeURIComponent(friendsemail) + "&efcheck=" + encodeURIComponent(efcheck) + (document.getElementById("origprodid")?"&origprodid="+encodeURIComponent(document.getElementById("origprodid").value):'') + "&yourcomments=" + encodeURIComponent(yourcomments);
for(var index=0;index<10;index++){
if(document.getElementById('askquestionparam'+index)){
var tval,ob=document.getElementById('askquestionparam'+index)
fieldtype=(ob.type?ob.type:'radio');
if(fieldtype=='text'||fieldtype=='textarea'||fieldtype=='password'){
tval=ob.value;
}else if(fieldtype=='select-one'){
tval=ob[ob.selectedIndex].value;
}else if(fieldtype=='radio'){
for(var ii=0;ii<ob.length;ii++)if(ob[ii].checked)tval=ob[ii].value;
}else if(fieldtype=='checkbox')
tval=ob.value;
postdata+='&askquestionparam'+index+'='+encodeURIComponent(tval);
}
}
ajaxobj.open("POST",'emailfriend.php?lang=',false);
ajaxobj.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
ajaxobj.send(postdata);
document.getElementById('efrcell').innerHTML=ajaxobj.responseText;
}
}
if (document.getElementsByClassName("hasmap")[0]) {
var prodcount = document.getElementsByClassName("hasmap");
for(var i = 0; i < prodcount.length; i++) {
var idcheck = document.getElementsByClassName("hasmap")[i]
var idresult = idcheck.getElementsByTagName("input")[0].value;
var askque = ('<input value="Email for Price" class="askaquestion " onclick="openEFWindow(\''+idresult+'\',true)" type="button">');
if (idcheck.getElementsByClassName("price")[0]) {idcheck.getElementsByClassName("price")[0].innerHTML = askque;}
if (idcheck.getElementsByClassName("configbutton")[0]) {idcheck.getElementsByClassName("configbutton")[0].style.display = "none";}
if (idcheck.getElementsByClassName("buybutton")[0]) {idcheck.getElementsByClassName("buybutton")[0].style.display = "none";}
}}
</script>

webspaceunlimited
Advanced Member

United Kingdom
189 Posts

Posted - 10/08/2024 :  05:02:35  
I have just posted above the script that used to fire the email for price option but now sadly doesnt

Kind RegardsRichard
Page: of 7 « Topic »  
Previous Page | Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000