Oh. Why am I messing about with Winmerge? Overcome with optimism, I installed the short/split category description module, and then copied the new files over.
Printable View
Oh. Why am I messing about with Winmerge? Overcome with optimism, I installed the short/split category description module, and then copied the new files over.
Hi,
I don't rate Filezilla very highly personally. I'm afraid your only option is to send me your FTP and admin details so that I can upload things. It cannot possibly be a problem with the module on a fresh installation.
Please send me your details via this link. You can of course delete any admin/ftp accounts created afterwards for peace of mind - just make sure you give me full access permissions!
All the best...
Conor
Ceon
Will do
Hi,
Ahh, no! Don't post FTP details to a public forum! :)
Thankfully the details you posted don't work. So neither I nor anyone else can log in and see/change your files (which is good in terms of the "anyone else" part!).
Please send me working FTP details *privately* via the contact form on our site.
All the best...
Conor
Ceon
Conor, thanks for the great mode.
I have installed reward point contribution, and it seems have a problem.
When I enable your SEO module, the reward point module does not working.
Is anyone having similar problem like me? Please share if you have a fix
thanks in advance
Hi,
I've just download and examined the code of both Reward Point Full Suite and Store Credits and Rewards Points.
I don't see how the URI Mapping module could interfere with either of them. The fact that the URI Mapping is installed can't have an effect on the majority (if not all) other Zen Cart modules which don't overwrite the same core files as the URI Mapping module. Only the previous example rewrite rules caused problems with the likes of Google Sitemaps, the latest versions give a new example rewrite rule.
I don't think the problem you are having has anything to do with the URI Mapping module. You should look elsewhere for a solution! Try posting on the thread for whichever Reward Points module you are using.
All the best...
Conor
Ceon
Thanks conor
the problem I have is that
the reward point module is actually working, but if I enable your Seo mode, the reward point text which suppose to be appear on product detail page dose not show up.
other than the text not displayed in product detail page, all the reward point calculation and your Seo mode working fine.
Hope you can actually install the reward point mode to see how it is working with your Seo mode.
Below is the reward point code in my tpl_product_info_dispaly.php
<!--bof Product Reward Points block -->
<h2 id="productRewardPoints" class="productRewardPoints">
<?php
/**
* display the product reward points
*/
include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_product_reward_points.php');
?>
</h2>
<!--eof Product Reward Points block -->
If I find a fix, I will post it here.
thanks for your reply anyway.
Hi,
tpl_product_reward_points.php is of course one of the main files I looked at.
It checks to see if $_GET['products_id'] is set and if so displays the reward points for that product's ID.
Since the URI Mapping sets $_GET['products_id'] whenever it loads the product page it can't be the cause of it. And that's the *only* difference between having the URI mapping module installed or not!
Unfortunately I think the most likely cause is that you've made a mistake when installing the URI Mapping module or have manually edited the database and made a mistake there.
I'm afraid I don't have time to install other people's modules to test against this one. Sorry.
If you do find out what's gone wrong on your server please feel free to let others know here.
All the best...
Conor
Ceon
Hello,
Downloaded the latest version and installed it. Im confused as to which rewrite rule im supposed to copy and paste in the .htaccess file ( at this time, i only copied and pasted the following:)
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/shop/store_manager.* [NC]
Is this correct? I've tested it with one product and im getting a 404 page not found?
Any help would be welcome.
Thank you!!
Forgot to add, the following script also stopped working..
<script>
init_banner_swapper('bannerThree');
</script>
<div id="bannerThree" class="banners">
<div id="bannerThreeImage" class="bannersImage"><img src="images/web_images/indicator.gif"/>
<br />Loading banners, please wait...</div>
<div class="bannerNav">
<span id="bannerThreeNavPrev" class="bannerNavPrev"></span>
<span id="bannerThreeNavCur" class="bannerNavCur"></span>
<span id="bannerThreeNavNext" class="bannerNavNext"></span></div>
The above script came from the "Ajax Banner Swapper" module.