I try not to! I swear!rph wrote: Does no one actually read what I say before replying?

Code: Select all
<div class="register-top"><div class="content" id="register-new"><h1><?php echo $text_new_customer; ?></h1><?php echo $text_i_am_new_customer; ?><br /></div><div class="content" id="login-box"><h1><?php echo $text_returning_customer; ?></h1><?php echo $text_i_am_returning_customer; ?><br />
Code: Select all
<h2><?php echo $text_shipping_method; ?></h2>
<?php echo $entry_choose_shipping; ?>
Code: Select all
<h2><?php echo $text_payment_method; ?></h2>
<?php echo $entry_choose_payment; ?>
Code: Select all
<h2><?php echo $text_discount; ?></h2>
<?php echo $text_coupon; ?>
Code: Select all
<h2><?php echo $entry_voucher; ?></h2>
in the comment box, but in language file, there is no such description field for comment so couldn't....will probably add that in a couple of daysEnter your comment and click "Update Comment" to add a comment to your order.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Code: Select all
// Send to main admin email if account email is enabled
if ($this->config->get('config_account_mail')) {
$mail->setTo($this->config->get('config_email'));
$mail->send();
}
You can try http://imgur.com/ or http://www.uploadscreenshot.com/TToc wrote:I took a screenshot, but I'd need to host the image somewhere and link to it to show you
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Out of interest how do you add little comments under the Payment Methods? Looks like a nice touch and not seen it before..OC2PS wrote:Page 2 is more or less as you have included by default in the extension. I think I have just added some language strings to the template file.
That's just part of my mod.crispylettuce wrote:Out of interest how do you add little comments under the Payment Methods? Looks like a nice touch and not seen it before..OC2PS wrote:
Page 2 is more or less as you have included by default in the extension. I think I have just added some language strings to the template file.![]()
Andy
Oh right, didn't know that. How do i achieve this ?Qphoria wrote:That's just part of my mod.crispylettuce wrote:Out of interest how do you add little comments under the Payment Methods? Looks like a nice touch and not seen it before..OC2PS wrote:
Page 2 is more or less as you have included by default in the extension. I think I have just added some language strings to the template file.![]()
Andy
Page 2 is more or less as you have included by default in the extension. I think I have just added some language strings to the template file.
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Hi,OC2PS wrote:Q,
I've used some styling and small tweaks in Uber Checkout to (hopefully) make them seem friendlier. Posting these here humbly in case they are useful when you revise the extension. In page 1, instead of the vertical options, I've opted for the more common horizontal options for new customer or returning customer.
I've also added to the template the already available language fields text_i_am_new_customer and text_i_am_returning_customerFurther, all I have done is sized the form fields on the page to appropriate sizes (this is an often ignored but important usability practice)Code: Select all
<div class="register-top"><div class="content" id="register-new"><h1><?php echo $text_new_customer; ?></h1><?php echo $text_i_am_new_customer; ?><br /></div><div class="content" id="login-box"><h1><?php echo $text_returning_customer; ?></h1><?php echo $text_i_am_returning_customer; ?><br />
Page 2 is more or less as you have included by default in the extension. I think I have just added some language strings to the template file.
In the shipping boxIn the payment boxCode: Select all
<h2><?php echo $text_shipping_method; ?></h2> <?php echo $entry_choose_shipping; ?>
In the coupon boxCode: Select all
<h2><?php echo $text_payment_method; ?></h2> <?php echo $entry_choose_payment; ?>
In the voucher boxCode: Select all
<h2><?php echo $text_discount; ?></h2> <?php echo $text_coupon; ?>
(in language file, there is no description field for voucher like text_coupon so couldn't put here...will probably add that in a couple of days)Code: Select all
<h2><?php echo $entry_voucher; ?></h2>
Also, wanted to putin the comment box, but in language file, there is no such description field for comment so couldn't....will probably add that in a couple of daysEnter your comment and click "Update Comment" to add a comment to your order.
This is all I am using (attached)camaro5 wrote:Where in the template file did you put the code?
OC2PS
OC 3.0.3.7, vQmod 2.6.2, Journal3 theme
Arcfesték, Csillámtetoválás, Henna
Check out: All my extensions | My FREE extensions
Code: Select all
Notice: Undefined index: cost in /websites/123reg/LinuxPackage22/vo/uc/he/voucherconnect.co.uk/public_html/resellersuperstore/vqmod/vqcache/vq2-catalog_model_checkout_order.php on line 10
Users browsing this forum: No registered users and 24 guests