Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
Stingey
Started from scratch (backup)
copied 'search.jpg' from /includes/templates/aberdeen_neutral/images to language buttons folders (/includes/templates/aberdeen_neutral/buttons/romanian)
and renamed to 'button_header_search.jpg'
added
Code:
define('BUTTON_IMAGE_HEADER_SEARCH', 'button_header_search.jpg');
to both languages (/includes/languages/...../button_names.php)
Before uploading from sheffield_blue template I changed code in 'tpl_search.php' line 21
from
Code:
zen_image_submit(BUTTON_IMAGE_SEARCH_HEADER,HEADER_SEARCH_BUTTON);
to
Code:
zen_image_submit(BUTTON_IMAGE_HEADER_SEARCH,HEADER_SEARCH_BUTTON);
and changed code in 'tpl_search_header.php' line 19
from
Code:
class="search-header-box"..................................... zen_image_submit (BUTTON_IMAGE_SEARCH_HEADER,HEADER_SEARCH_BUTTON);
to
Code:
class="header-search-box" ..................................... zen_image_submit (BUTTON_IMAGE_HEADER_SEARCH,HEADER_SEARCH_BUTTON);
First change to class brings the border back to the search box.
:D (I feel almost clever)
Almost there, compared to the demo on your site I have 1 minor difference:
The search text box is aligned lower than the search button image.
Any ideas?
I do hope this is of use to someone else.
Shaun the not so zenfully challenged any more.
You can isolate the search box to adjust positioning by using the class .header-search-box in the stylesheet.css file.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Hi there;
I was wondering if you could help me out.
I seem to have disabled my go to checkout button and for the life of me, I can't figure out how to put it back. (yes I'm an idiot)
I've looked at the coding in /public_html/includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php and nothing is commented out :
<!--bof shopping cart buttons-->
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
<?php
} else { // don't show update button below cart
?>
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
Also gone to /public_html/includes/languages/english/YOUR_TEMPLATE/header.php Checkout is there :
define('HEADER_TITLE_CHECKOUT', 'Checkout');
Also checked in Admin/Config/MyStore and Display Cart after adding Product is set to true
Could you possibly point me in the right direction for finding my lost button?
Thanks,
KJ
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
ladyk
Hi there;
I was wondering if you could help me out.
I seem to have disabled my go to checkout button and for the life of me, I can't figure out how to put it back. (yes I'm an idiot)
I've looked at the coding in /public_html/includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php and nothing is commented out :
<!--bof shopping cart buttons-->
<div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
<?php
} else { // don't show update button below cart
?>
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
Also gone to /public_html/includes/languages/english/YOUR_TEMPLATE/header.php Checkout is there :
define('HEADER_TITLE_CHECKOUT', 'Checkout');
Also checked in Admin/Config/MyStore and Display Cart after adding Product is set to true
Could you possibly point me in the right direction for finding my lost button?
Thanks,
KJ
Can you post a link to the page that is supposed to have the "go to checkout" button?
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Can you post a link to the page that is supposed to have the "go to checkout" button?
Thanks,
Anne
Hi Anne;
Thanks for getting back.
http://bride-azzled.com/index.php?ma...r_of_uploads=0
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
ladyk
It looks like you probably made a mistake in the installation of the google checkout module. I would restore the backup from before the module installation and try installing again.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
It looks like you probably made a mistake in the installation of the google checkout module. I would restore the backup from before the module installation and try installing again.
Thanks,
Anne
Thanks for getting back Anne.
I tried uninstalling Google Checkout in Admin and the button hasn't reappeared.
Ideas? Help?
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
ladyk
Thanks for getting back Anne.
I tried uninstalling Google Checkout in Admin and the button hasn't reappeared.
Ideas? Help?
No, you need to uninstall the actual module files. Just restoring your backup prior to the module installation should do it.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
No, you need to uninstall the actual module files. Just restoring your backup prior to the module installation should do it.
Thanks,
Anne
Ok, will give that a try. Thanks Anne :smile:
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
ladyk
Ok, will give that a try. Thanks Anne :smile:
Hi Anne;
Ok, I removed all of the Google Checkout mod and my button is still missing.
I've not only lost my mind, worse yet, I've lost my button lol
http://bride-azzled.com/index.php?ma...r_of_uploads=0
Help?
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
ladyk
If you have a file in includes/templates/aberdeen_neutral/templates/tpl_shopping_cart_default.php, back it up, then remove it and see if the default functionality returns.
Thanks,
Anne