

hasnut
Members-
Content count
39 -
Joined
-
Last visited
About hasnut
- Birthday 02/27/1977
Profile Information
-
Real Name
TotalITSolution
- Website
-
I have install this mod but problem is when I select files from frontend of product info page. When I click add to cart and it still stay in the same page after trying to go to shoppingcart page.
-
MY title shows Techtopia: AEX/TDM410P: PCI or PCIe FXO/FXS 1-4 ports w/HWEC I want to add model number and pricein title like below Techtopia: TDM410P AEX/TDM410P: PCI or PCIe FXO/FXS 1-4 ports w/HWEC $289 How can I do that?
-
Yes its selected but not working on categories. only shows default title.
-
I have installed 3.0.9. Everything works but its not showing Category name in title . Title in database for the category is allready there but not showing.
-
Hi, Is your module ready?
-
If anyoe need mirapay integration let me know.
-
Its solved.:) :D
-
I need how the checkout_process.php will know if its Approved or not. I am using 2checkout module as base, The CC is billed but when its returend to site it goes to checkout payment page with "There has been an error processing your credit card. Please try again." this error. Can anyone help? if ($result != 'APPROVED') { $messageStack->add_session('mirapy_payment', , 'error'); $redirect_url = zen_href_link(FILENAME_MIRAPAY_PAYMENT, '', $ssl_str, true, false); } else { $redirect_url = zen_href_link(FILENAME_CHECKOUT_PROCESS, 'cID=' . $co_id, $ssl_str, true, false); } //FIREFOX FIX $redirect_url = str_replace('&', '&', $redirect_url); echo $redirect_url; ?> <body> <script type="text/javascript" language="javascript">window.location="<?php echo $redirect_url; ?>"</script> <noscript> If you are not redirected please <a href="<?php echo $redirect_url; ?>">click here</a> to confirm your order. </noscript> </body>
-
Solved. Not with installation issue. problem with Mod_rewrite and header_tags.php , used basename(__FILE__) that returned the actual filename rather then rewrited filename that cause missing title, discription and meta.
-
In header_tags.php case (basename($PHP_SELF)==FILENAME_PRODUCT_INFO): But try to dubug it echo phpself its returns productname_c12_pid12.html not product_info.php Before Ultimate SEO , headers tag seo is working fine. but now all page has default values of title description and meta.
-
I have Ultimate SEO URLs installed so basename($PHP_SELF)==FILENAME_DEFAULT dont work as it returns longurl rather then actual filename. so please let me know whats the solution
-
[contribution] Simple Template System (sts)
hasnut replied to DiamondSea's topic in Templates and Images
ITS SOLVED. -
[contribution] Simple Template System (sts)
hasnut replied to DiamondSea's topic in Templates and Images
After removing <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Its lost I see variables, :( http://www.bigjohnsgolf.com.au/index.php?sts_debug=debug -
[contribution] Simple Template System (sts)
hasnut replied to DiamondSea's topic in Templates and Images
I am getting nothing on $content Variable. I am using STS v4.3. any Ideas? When debug I see in everywhere belo tags <!-- start Index content //--> <!-- end Index content //--> -
[contribution] Simple Template System (sts)
hasnut replied to DiamondSea's topic in Templates and Images
I am getting nothing on $content Variable. I am using STS v4.3. any Ideas?