Re: Ceon URI Mapping (SEO)
hi
http://www.fashion-jewellery.ca/cart...inity-bracelet
This is my website page.
I do for cross sell module add a buy now button.
But check on the buy now botton, buy A, into shipping cart is B.
In Ceon URI display this mistake.
botton Code:
$lc_button = '<a target=_blank href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing->fields['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT, 'class="listingBuyNowButton"') . '</a>';
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
dajiaoyazi
I do for cross sell module add a buy now button.
But check on the buy now botton, buy A, into shipping cart is B.
Sorry but that's nothing to do with this module. You should have a developer check this out for you.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
I am trying to add this addon to zen cart 1.3.9d. there are so many core files changed in admin/ and includes/. Is there an easy way to find out if those files are already changed by other mods? Thanks!
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
fei2010
I am trying to add this addon to zen cart 1.3.9d. there are so many core files changed in admin/ and includes/. Is there an easy way to find out if those files are already changed by other mods? Thanks!
Please follow the instructions.
Use software such as Beyond Compare to compare all the files. There is no other way to see if they've been modified already for other mods.
It really doesn't take that long. Just download your site's files and compare them against the files in the modified_core_files folder and copy the modifications for Ceon URI Mapping across, they are clearly marked.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
HI Conor,
Great MOD BTW :) Thanks
I have this running on a client site and it has been fine for several months.
Now we have a issue, when clicking on the edit product link, we get the following error:-
1146 Table 'trojantimberproducts.zen_ceon_uri_mappings' doesn't exist
in:
[ SELECT language_id, uri FROM zen_ceon_uri_mappings WHERE main_page = 'product_info' AND associated_db_id = '2' AND current_uri = '1';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
We had a MySQL crash and restore from backup, this caused us to loose a few tables, unfortunately.
We have also recently started to run PHP5 as well as our PHP4 in parallel on this hosting server.
I have re-run the install and from what i can see the DB tables have not been created.
Can you provide sql script to manually create the tables.
regards
Jamie 2K
Re: Ceon URI Mapping (SEO)
Hi,
Sorry to hear about your troubles but glad you like the software!
Quote:
Originally Posted by
jamie2k
I have re-run the install and from what i can see the DB tables have not been created.
Can you provide sql script to manually create the tables.
No, the module is only supported when it uses its normal installation procedure. You can get the SQL from the source but I don't recommend that approach as more is done by the auto-installation software than simply creating a table.
You may have still got the configuration table but lost the main mappings table. If so you must DROP the configuration table and then go to Ceon URI Mapping Config in the admin so that the auto-installation can run.
Hope that helps!
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
I LOVE Beyond Compare.. I have wanted to thank you for a while for the recommendation.. Awesome piece of software!!!:smile:
Quote:
Originally Posted by
conor
Hi,
Please follow the instructions.
Use software such as
Beyond Compare to compare all the files. There is no other way to see if they've been modified already for other mods.
It really doesn't take that long. Just download your site's files and compare them against the files in the modified_core_files folder and copy the modifications for Ceon URI Mapping across, they are clearly marked.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
DivaVocals
I LOVE Beyond Compare.. I have wanted to thank you for a while for the recommendation.. Awesome piece of software!!!:smile:
Yes, it and Directory Opus are the two bits of software which keep me locked into using Windoze day to day.. they have no equivalent on other platforms unfortunately and life would be so much harder without them! :)
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
conor
Hi,
Sorry to hear about your troubles but glad you like the software!
No, the module is only supported when it uses its normal installation procedure. You can get the SQL from the source but I don't recommend that approach as more is done by the auto-installation software than simply creating a table.
You may have still got the configuration table but lost the main mappings table. If so you must DROP the configuration table and then go to Ceon URI Mapping Config in the admin so that the auto-installation can run.
Hope that helps!
All the best..
Conor
ceon
Hi Conor,
Thanks for your speedy response & support :)
I have neither of the tables in the DB.
What is the best way to diagnose this issue?
Kind regards
Jamie
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
jamie2k
I have neither of the tables in the DB.
Then have you simply not installed the software by following the installation procedure in the documentation?
Quote:
Originally Posted by
jamie2k
What is the best way to diagnose this issue?
If the issue isn't user error then please contact me via this address with admin and FTP details and I'll take a look.
All the best...
Conor
ceon