Re: RSS 2.0 Syndication for OpenCart
i'm pretty sure the change you just made will exclude the product text from the RSS and will only show the product image in the feed.
the problem is in your product data. by making the above change you are just "working around" the problem by not including that data.
- Tue May 06, 2008 8:25 pm
- Replies 20
- Views 44670
Re: RSS 2.0 Syndication for OpenCart
search the rss source for that text and you'll see the problem.
looks like some bad/unrecognized character data in one of your product listings.
- Mon May 05, 2008 8:34 pm
- Replies 20
- Views 44670
Re: Multiple Templates?
sorry, go to admin -> configuration -> settings.gasolina wrote: "then in the admin tool, choose the "shop" tab and change the template."
Where can I find this tab?![]()
then on this page, choose the "shop" tab. Jump to post
- Thu Jan 31, 2008 9:30 pm
- Replies 12
- Views 5549
Re: RSS 2.0 Syndication for OpenCart
sorry, i haven't updated to 0.7.7 so i'm not sure if it works yet.
Jump to post- Wed Nov 14, 2007 2:56 am
- Replies 20
- Views 44670
Re: Google Checkout??! How can we use it with Opencart?
good point - i'm not familiar with the other cart products you may have tried, but are you sure they are waiting for the callback in the way that opencart does?
Jump to post- Wed Oct 24, 2007 4:05 am
- Replies 11
- Views 3668
Re: Google Checkout??! How can we use it with Opencart?
yeah, that does sound like an issue with the callback. i think some people reported an issue due to their webhost blocking the port that paypal uses to send the callback? this is probably something that should be configurable in opencart's paypal module... whether or not the sale requires the callba...
Jump to post- Tue Oct 23, 2007 7:20 am
- Replies 11
- Views 3668
Re: Google Checkout??! How can we use it with Opencart?
what do you mean paypal isn't working? with 0.7.7? Jump to postNot currently and paypal doesnt work well either right now
- Mon Oct 22, 2007 9:26 pm
- Replies 11
- Views 3668
Re: Installation issue- directory UPLOAD
depends on the ftp utility you're using. if you aren't sure, just delete the public_html/store/upload folder you created, and re-upload.
just make sure you transfer the CONTENTS of the upload folder into public_html/store/
- Wed Oct 10, 2007 12:31 am
- Replies 2
- Views 2101
Re: How to add a flat rate?
can't say what the exact steps would be, but i would imagine you could duplicate the flat rate module and just name each one differently, setting a different flat rate amount.
Jump to post- Sat Oct 06, 2007 10:15 am
- Replies 7
- Views 6354
Re: BCC E-mail Notifications to Shop Address
ytr - you've got the basic idea, but an email still needs a "TO" address. my thought was to put the shop address in the TO field, and BCC all the customers. try this: $mail->setTo($config->get('config_email')); $mail->setBcc($email); why is mail.php attached? is this any different from the...
Jump to post- Sun Sep 30, 2007 8:55 pm
- Replies 33
- Views 56617
Re: Information area
you may have database caching tuned on. if this is the case, it takes a few hours for those changes to show up. i think this was identified as a bug and will be fixed in the next version. if you need to confirm your change, look in the admin site for the database caching setting and turn it off temp...
Jump to post- Sat Sep 29, 2007 9:51 pm
- Replies 2
- Views 1099
Re: Problem with images in Administration Panel
no idea what the problem is, but it sure looks cool!
Jump to post- Sat Sep 29, 2007 10:03 am
- Replies 33
- Views 8567
Re: BCC E-mail Notifications to Shop Address
i never got to test this behavior, but my assumption is that the newsletter correspondence will also have this issue. i'm guessing all recipients of the newsletter are going to be able to see everyone else's e-mail address in the TO list, which is NOT what we want in any type of mass mailing. i thin...
Jump to post- Fri Sep 28, 2007 11:39 pm
- Replies 33
- Views 56617
Re: How to modify INFORMATION & URL Alias...
no, i wasnt doing any mods when i was using that version
Jump to post- Fri Sep 28, 2007 8:10 am
- Replies 10
- Views 5572
Re: How to modify INFORMATION & URL Alias...
as stated at the top of the thread, the version being used is the PHP4 one which will be 0.6.5.
url aliases should be working in that ver, they did for me.
- Fri Sep 28, 2007 3:24 am
- Replies 10
- Views 5572
Re: Error After create User
the update script daniel is talking about will upgrade your database so you don't have to re-enter data. if this is a live shop, i would recommend creating a copy of your entire site (both database and code), upgrading that, then move it in place of the old shop once everything is working. that way ...
Jump to post- Fri Sep 28, 2007 12:23 am
- Replies 10
- Views 2845
Re: Offline CC processing/One-Page Checkout/Guest Checkout
#1 - is there anything stopping a shop owner from collecting CC info, putting an order through the cart and processing it? #2 - i agree with this and it should probably be a priority change for opencart. this has been requested before. the shop owner should be able to choose whether or not registrat...
Jump to post- Thu Sep 27, 2007 12:29 pm
- Replies 1
- Views 1601
Re: Error After create User
i can't say i've done any "nasty hacks" ;D, but i have made a few minor changes to the core opencart code to fix small issues. the best advice i can give is to carefully keep track of what files you change. every change i've made, i have documented for myself as a mini "mod" so i...
Jump to post- Thu Sep 27, 2007 10:10 am
- Replies 10
- Views 2845
Re: How to modify INFORMATION & URL Alias...
i have used these steps in the past to test that it is actually working in the folder where opencart is installed:
http://www.wallpaperama.com/forums/how- ... d-t40.html
put the rewrite.php test file in the same folder as opencart's index.php
- Thu Sep 27, 2007 12:49 am
- Replies 10
- Views 5572
Re: Is opencart Stable and usable?
i think there were some issues reported with paypal callbacks, but those may have to do with the particular webhost being used. i think there are some minor outstanding bug fixes coming, the only larger one i am aware of is that url aliases are not working in the current version (0.7.6.1). but the c...
Jump to post- Thu Sep 27, 2007 12:27 am
- Replies 6
- Views 2415