

Claudia M
Member-
Posts
847 -
Joined
-
Last visited
-
Days Won
13
Everything posted by Claudia M
-
I don't know if this will help, but this is what I did. On the dropdown mini basket I added this. Then on the checkout page I did this: The tip (?) says: Checkout quickly and easily using your secure PayPal account. Just be sure your correct delivery address is used. By the by, the secure checkout sends them to the checkout page where they furnish contact / billing info. Claudia
-
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
I took out the "please ship to" and added the slots in admin. I had previously made the changes thru cPanel. I had already moved my language to the definitions file ( from the en_US). Cleared the cache many times and guess what!! I works!! Yeah once again to Brian!!!!! Do you think it would be okay to move the language back to en_US? Thank you!!!! -
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
I did everything you said, Brian, and it is still not working. This is the return email I got: Claudia <[email protected]> wrote to : --------------- dsg --------------- This email is sent from the stores master email address but it is possible to reply directly to the sender using the reply button on your email software. I added the {DEBUG} at the end of the contact file and everything was okay. All fields showed up. this is a sample of my skins/content.contact NOTE I did change the fields to one word, which I also did went I tried your fix. <div class="row"> <div class="small-12 columns"> <div class="row"> <div class="large-3 columns"><label for="contact_shipfullname" class="bold right inline show-for-medium-up">{$LANG.contact.shipfullname}</label></div> <div class="small-12 large-8 left columns"> <input type="text" name="contact[shipfullname]" id="contact_shipfullname" value="{$MESSAGE.shipfullname}" placeholder="{$LANG.contact.shipfullname}"></div> </div></div> </div> -
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
Dirty Butter and Brian I have done what you both suggested. No difference and nothing in my error log. Everything green and my fields show. What about this. email_content => "%s <%s> wrote to %s: --------------- %s ----------" Thanks, Claudia Are there more files or lines of code I need to edit or something? -
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
Hi Brian!!!!!!! Well, if the statements are okay is there something else I need to do to get this to work? Thanks so much! -
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
Well that would have been helpful to show you line 1434 wouldn't it. LOL Here it is $mailer->Shiptoname = strip_tags($_POST['contact']['shipto_name']); -
[Resolved] Add additional fields to the Contact Form
Claudia M replied to Claudia M's topic in Customising Look & Feel
According to the {DEBUG} my fields are available, if I'm reading it right. I did get the following in my FTP error log: [12-Jun-2017 16:12:30 UTC] PHP Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/claudias/public_html/classes/cubecart.class.php on line 1434 Any suggestions? By the by .... where is bsmithers? -
Hi, I am trying to add additional fields to the contact form. I can get them to show up in the contact form, but when it is sent I the email does not include the fields I just added. Here is an example of what I have done. Any ideas how I can receive the information in the email? Thanks in advance. /classes/cubecart.class.php Line 1431 in the private function _contact() { $mailer->addReplyTo($_POST['contact']['email'], strip_tags($_POST['contact']['name'])); $mailer->Subject = html_entity_decode(strip_tags($_POST['contact']['subject']),ENT_QUOTES); $mailer->Body = sprintf($GLOBALS['language']->contact['email_content'], $_POST['contact']['name'], $_POST['contact']['email'], $department, html_entity_decode(strip_tags($_POST['contact']['enquiry']),ENT_QUOTES)); $mailer->Shiptoname = strip_tags($_POST['contact']['shipto_name']); $mailer->shiptoaddress1 = $_POST['contact']['shipto_address1']; $mailer->shiptoaddress2 = $_POST['contact']['shipto_address2']; $mailer->shipto_town = $_POST['contact']['shipto_town']; $mailer->shipto_state = $_POST['contact']['shipto_state']; $mailer->shipto_country = $_POST['contact']['shipto_country']; $mailer->shipto_postalcode = $_POST['contact']['shipto_postalcode']; $mailer->shipto_other = $_POST['contact']['shipto_other']; foreach ($GLOBALS['hooks']->load('class.cubecart.contact.mailer') as $hook) include $hook; // Send Added this to the language/en-US.xml ( I put all my edits in this file – put all from the above /classes/cubecart.class.php ) <group name="email_en"> <string name="email_macro_shipto_address1"><![CDATA[The first ship to address of the customer asking for an international shipping quote.]]></string> <string name="shipto_address1"><![CDATA[Ship to Address1]]></string> </group> modified the skin/content.contact.php by adding the following - put all from the above /classes/cubecart.class.php <p>{$LANG.common_en.intl_ship} </p> <div class="row"> <div class="small-12 columns"> <div class="row"> <div class="large-3 columns"><label for="shipto_address1" class="t5 bold right inline show-for-medium-up">{$LANG.email_en.shipto_address1}</label></div> <div class="small-12 large-8 left columns"> <input type="text" name="contact[shipto_address1]" id="shipto_address1" value="{$MESSAGE.shipto_address1}"placeholder="Shipping Address 1"></div> </div></div> </div>
-
Hi, How can I make the mini basket that pops up closable with an X rather than just fade away? Remove the arrow but keep the location the same. Thanks in advance!
-
I placed a test order in my store today and did not pay for it. When logged in as the test customer I went to order history and was shown the options: complete payment – cancel order – view details. I had removed reorder as I sell mostly one off items. Anyway, I clicked cancel order and got the red error message – The following errors were detected: Your order has been cancelled. Is there anyway to remove the first line, The following errors were detected:, as this is really not an error. Customer chose to cancel the order. Also can a popup, or something, be added saying something like are you sure you want to cancel this order before it is actually cancelled. Give the customer a little extra thought time before cancelling the order. Thanks for any and all help
-
Main image does not show on small display
Claudia M replied to Claudia M's topic in Customising Look & Feel
Hummm ... It's still not showing on my phone until I refresh the page. -
Main image does not show on small display
Claudia M replied to Claudia M's topic in Customising Look & Feel
Great! Thank you ayz1 -
I am using a VERY modified custom Foundation skin. When I upgraded to 6.1.7 I noticed that the product page was really different, with additional templates, etc. BSmither had given me some code to make my gallery photos go horizonally across the page which I want to keep. Therefore, I just copied the skin/content.products.php from the 6.1.5 and pasted it into my 6.1.7 upgrade. All other files in the skin are from the 6.17 upgrade. Everything worked fine. Today I decided to go ahead and modify the additional files: element.product.horizontal_gallery and element.product.call_to_action before I upgraded to 6.1.8. Everything is working as it should except on small displays the main image does not show until your refresh the page. I don't think customers would know to refresh the screen. Any thoughts and help is greatly appreciated. Here's a link if someone wants to look at the page source - https://www.claudiasbargains.com/itt-brown-vintage-rotary-dial-desk-telephone.html Claudia
-
Thank you all. This information is good to know and very interesting
-
Thanks so much, but I know how to do that. I fact I've moved alot to en_US. My problem is the coding doesn't show any $LANG. so I wasn't sure what to change. It just says {$CHECKOUT_BUTTON} Here's the code: <button type="submit" name="proceed" id="checkout_proceed" class="button success nobr right g-recaptcha"{include file='templates/element.recaptcha.invisible.php'}>{$CHECKOUT_BUTTON} <svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></button> I was able to change it in admin/settings/languages/checkout secure_checkout. Thank you. But I wonder why there isn't a $LANG. in the code?
-
Hi, Where can I change the wording "secure checkout" on checkout button in the checkout page. Thanks in advance, Claudia
-
Unable to checkout as guest with Invisible ReCAPTCHA
Claudia M replied to bsandall's topic in Technical Help
I don't know. Al just told bsandall to use recaptcha2 for now. See the first page of this post. -
That did it! Thanks!
-
Unable to checkout as guest with Invisible ReCAPTCHA
Claudia M replied to bsandall's topic in Technical Help
You asked: Does it work if person registers as they fill out order information, or do they have to register and then add to basket? ..... I was filling out the contact and billing info after pressing the secure checkout button on the mini basket. It did not work and I got the error messages. I have not tried from the register button. I've turned recaptcha off for now until this is fixed. -
Unable to checkout as guest with Invisible ReCAPTCHA
Claudia M replied to bsandall's topic in Technical Help
Ok I spoke way to soon ... I'm having the same issue as bsandall in the first post. Getting the error message: The verification code was incorrect. Please try again. Also when I reentered the password, but not the email I get the error message: %&;s ( or something close to that) is not a correct email. -
Unable to checkout as guest with Invisible ReCAPTCHA
Claudia M replied to bsandall's topic in Technical Help
I am sorry bsandall ... I was just looking at page 2 of this post. Hope you get it resolved! -
I've been playing around with this and this is what I have. Changed #333333 to #CCCCCC (the color I want). Looks okay except on small displays it looks like a square not a pyramid. @media only screen and (min-width: 40.0625em) { .tooltip > .nub { border-color: transparent transparent #CCCCCC transparent; top: -10px; } .tooltip.tip-top > .nub { border-color: #CCCCCC transparent transparent transparent; bottom: -10px; top: auto; } .tooltip.tip-left, .tooltip.tip-right { float: none !important; } .tooltip.tip-left > .nub { border-color: transparent transparent transparent #CCCCCC; left: auto; margin-top: -5px; right: -10px; top: 50%; }
-
I previously added but it didn't work. .has-tip.tip-left, .has-tip.tip-right { background: #CCCCCC; float: none !important; } There's no button mentioned in the code I'm using {foreach from=$CHECKOUTS item=checkout} <div class="row"> <div class="small-12 columns text-right pad"><span data-tooltip aria-haspopup="true" class="has-tip" title="Checkout quickly and easily using your secure PayPal Account">?</span> {$checkout}</div> I'll kep messing around and post here if I come up with something - unless you think of something else first. Thanks, Claudia
-
Unfortunately that didn't do it.