Post by Qphoria » Mon May 24, 2010 1:15 pm

I'm not so sure it should show latest. Random was a thought that crossed my mind for featured and specials. But it's not a major concert of mine. You could add "order by rand()" to the getProductSpecials and getFeaturedProducts functions in the catalog/model/catalog/product.php file

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by bluenix » Mon May 24, 2010 5:05 pm

When copying a product in 1.4.7
When clicking on the new (copied) product in the store, you land on the product detail page of the old product (which the new product was copied from)

Newbie

Posts

Joined
Mon May 24, 2010 5:01 pm

Post by Qphoria » Tue May 25, 2010 1:52 am

Not sure what mod you are using, but the copy product in 1.4.6 and 1.4.7 just copies the item and returns you back to the list. It doesn't take you to the edit page.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by jayson » Tue May 25, 2010 7:46 pm

Hi Folks,

I have recently just ported my cart unto my server after working it on extensively on my local server.
Everything works quiet well. I am able to make test purchases & all goes well.
But when I make a purchase for a digital download file & login into my account and click on the
download link to check if my purchase files are available this error comes up
Fatal error: Call to a member function rewrite() on a non-object in /homepages/xx/xxxxxxxxxx/xxxxxx/xxx/catalog/controller/account/download.php on line 99

I am not really a php programmer to understand the underlying problem, and will be very grateful if anyone can
be able to give a helping hand here on this one.
Thanks very much.

New member

Posts

Joined
Tue Feb 23, 2010 4:29 am

Post by Qphoria » Tue May 25, 2010 9:50 pm

You must have the first version of 1.4.7 that was released. I pulled it down about an hour after I first released it and fixed that on the fly. Get the latest version from the download page and just replace that one file

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by jayson » Tue May 25, 2010 10:39 pm

Qphoria wrote:You must have the first version of 1.4.7 that was released. I pulled it down about an hour after I first released it and fixed that on the fly. Get the latest version from the download page and just replace that one file

Thank you very much Qphoria.:)
I am downloading it right now & will do a test drive once more.

New member

Posts

Joined
Tue Feb 23, 2010 4:29 am

Post by bluenix » Thu May 27, 2010 4:36 pm

Actually, I'm not using any modules. Just using the built-in function of opencart.
I'll rephrase the problem:

When clicking on a product in the frontend, which was copied from another one using the backend, it directs to the product-detail page of the original product.

Newbie

Posts

Joined
Mon May 24, 2010 5:01 pm

Post by Qphoria » Thu May 27, 2010 9:42 pm

Ah, now I understand. I assume you have SEO enabled. That is why. The SEO Keyword is being cloned as part of the copy so it is cloning the seo keyword as well and they should be unique. A quick fix that will be in 1.4.8 is simply to remove the copying of the seo keyword. Perhaps a better one in the future is to make the product id part of the keyword.

Confirmed bug. Thanks!
Last edited by i2Paq on Fri May 28, 2010 1:14 am, edited 1 time in total.
Reason: Merged 2 topics

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by wonderbread » Fri May 28, 2010 1:42 pm

Image

I'm getting that error on the Backup and restore.

More info when requested (It's probably already been resolved but I can't see it anyway, my bad it if has.)

Newbie

Posts

Joined
Fri May 28, 2010 12:07 pm

Post by Daniel » Mon May 31, 2010 8:27 am

was your db called openCartDemo?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by malinaboy » Sun Jun 06, 2010 5:51 am

I don't know really it is a Bug, but I think that shop in admin panel should stop and show warning if user add a product without selecting a category.
It will help extensions like: "Product filter by category in admin section"

Newbie

Posts

Joined
Sun Jun 06, 2010 5:46 am

Post by linuxaisle » Sun Jun 06, 2010 5:53 am

malinaboy wrote:I don't know really it is a Bug, but I think that shop in admin panel should stop and show warning if user add a product without selecting a category.
It will help extensions like: "Product filter by category in admin section"
This is more of a feature than a bug

OpenCart user since 4/27/10


New member

Posts

Joined
Wed Apr 28, 2010 2:01 pm

Post by Qphoria » Mon Jun 07, 2010 11:47 am

linuxaisle wrote:
malinaboy wrote:I don't know really it is a Bug, but I think that shop in admin panel should stop and show warning if user add a product without selecting a category.
It will help extensions like: "Product filter by category in admin section"
This is more of a feature than a bug
Really the better plan would be to have a link for products without category.. or just an "all products" that shows all regardless of category.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by alexts » Sat Sep 11, 2010 11:35 pm

Can anybody show me how to fix UPS error in 1.4.7
"Unknown: Object of class DOMElement could not be converted to string"
Any help would be appreciated.

Thanks,

Alex

New member

Posts

Joined
Wed Jan 13, 2010 12:45 am

Post by Qphoria » Sun Sep 12, 2010 1:25 am

alexts wrote:Can anybody show me how to fix UPS error in 1.4.7
"Unknown: Object of class DOMElement could not be converted to string"
Any help would be appreciated.

Thanks,

Alex
http://forum.opencart.com/viewtopic.php?t=13701#p69354

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by ifyouseek » Thu Sep 23, 2010 12:36 pm

hey, im still running 1.4.7 in my old cart and would love the CaSe SeNsitve bug to be fixed in the backend.

Its an issue when some stupid customers capitalises some letters of there email upon signup, they then email the next time they come back wondering why there email isn't working.

It also gets real annoying when filtering for a customers order. I usually just drop the letter of the start of there name cuz i don't know if it is capitialised or not!

Some help would be appreicated, cheers

Active Member

Posts

Joined
Thu May 06, 2010 4:40 pm

Post by Qphoria » Wed Sep 29, 2010 12:15 pm

This is fixed in 1.4.9
Check the system/library/customer "login" function to see the change. It should apply to 1.4.7 the same way

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by ifyouseek » Sat Oct 02, 2010 7:18 am

Hey, i couldn't find the difference in these files. I tried replacing the file completely and it still didn't fix the issue. Any ideas. cheers

Active Member

Posts

Joined
Thu May 06, 2010 4:40 pm

Post by Brook » Sun Oct 03, 2010 1:41 am

Not sure what is going on. I have OC 1.4.9.1 installed with the PayPal Standard Module and Flat Rate Shipping of $10.00

I had a customer place an order yesterday totaling $137.74
$118.00 Item Order Cost
$118.00 Subtotal
$ 8.25 Texas Sales Tax
$ 10.00 Flat Rate Shipping Cost
$137.74 Order Total

For some reason the $ amount that was charged to the customer via PayPal was $138.56 not $137.74 (the OpenCart order total). Should the customer be charged the same $ amount in PayPal that was recorded in OpenCart?

When I log into PayPal to look at the transaction I see that the customer was charged $138.56.
What is going on? Why would PayPal not be charged the same dollar amount $137.74 that was recorded in OpenCart?

The following PayPal information was written to my Error Log

Code: Select all

2010-10-01 20:51:02 - PP_STANDARD :: IPN INIT <-- DEBUG POST VARS::mc_gross=138.56&invoice=168 - Sunny Lucas&protection_eligibility=Partially Eligible - INR Only&address_status=unconfirmed&item_number1=DD T1760 arabian red&payer_id=WRL6CZCTJF7SN&tax=10.56&address_street=604 Canyon Creek&payment_date=13:50:58 Oct 01, 2010 PDT&option_selection1_1=arabian red, Size XL (Size 14 to 16)&payment_status=Completed&charset=windows-1252&address_zip=75904&mc_shipping=10.00&mc_handling=0.00&first_name=Sunny&mc_fee=4.32&address_country_code=US&address_name=Sunny Lucas¬ify_version=3.0&custom=qnmd&payer_status=verified&business=emailus@shopcelebrity.net&address_country=United States&num_cart_items=1&mc_handling1=0.00&address_city=Lufkin&verify_sign=AcyJTfTfbKe4d9xKsP1QPwCRLjzJAJ.1kYafPL4WUT8ooCISZs75EuXT&payer_email=sunnyd557@yahoo.com&mc_shipping1=10.00&option_name1_1=Color, Size&contact_phone=&txn_id=0SX60797JW387564H&payment_type=instant&last_name=Lucas&address_state=TX&item_name1=Bengali Dancer Peasant Top&receiver_email=emailus@shopcelebrity.net&payment_fee=4.32&quantity1=1&receiver_id=KMTWRVHVY6GR2&txn_type=cart&mc_gross_1=128.00&mc_currency=USD&residence_country=US&transaction_subject=qnmd&payment_gross=138.56&
2010-10-01 20:51:03 - PP_STANDARD :: IPN REQ  --> cmd=_notify-validate&mc_gross=138.56&invoice=168+-+Sunny+Lucas&protection_eligibility=Partially+Eligible+-+INR+Only&address_status=unconfirmed&item_number1=DD+T1760+arabian+red&payer_id=WRL6CZCTJF7SN&tax=10.56&address_street=604+Canyon+Creek&payment_date=13%3A50%3A58+Oct+01%2C+2010+PDT&option_selection1_1=arabian+red%2C+Size+XL+%28Size+14+to+16%29&payment_status=Completed&charset=windows-1252&address_zip=75904&mc_shipping=10.00&mc_handling=0.00&first_name=Sunny&mc_fee=4.32&address_country_code=US&address_name=Sunny+Lucas¬ify_version=3.0&custom=qnmd&payer_status=verified&business=emailus%40shopcelebrity.net&address_country=United+States&num_cart_items=1&mc_handling1=0.00&address_city=Lufkin&verify_sign=AcyJTfTfbKe4d9xKsP1QPwCRLjzJAJ.1kYafPL4WUT8ooCISZs75EuXT&payer_email=sunnyd557%40yahoo.com&mc_shipping1=10.00&option_name1_1=Color%2C+Size&contact_phone=&txn_id=0SX60797JW387564H&payment_type=instant&last_name=Lucas&address_state=TX&item_name1=Bengali+Dancer+Peasant+Top&receiver_email=emailus%40shopcelebrity.net&payment_fee=4.32&quantity1=1&receiver_id=KMTWRVHVY6GR2&txn_type=cart&mc_gross_1=128.00&mc_currency=USD&residence_country=US&transaction_subject=qnmd&payment_gross=138.56
2010-10-01 20:51:03 - PP_STANDARD :: IPN RESP <-- VERIFIED
2010-10-01 20:51:03 - PP_STANDARD :: VALIDATION FAILED : PP_Standard - Possible Scam: IPN/PDT Price "138.56" does not match OpenCart Total "137.7350". Order needs manual verification.
2010-10-01 20:51:06 - PP_STANDARD :: PDT INIT <-- DEBUG GET VARS::route=payment/pp_standard/pdt&tx=0SX60797JW387564H&st=Completed&amt=138.56&cc=USD&cm=qnmd&item_number=&
2010-10-01 21:03:51 - PP_STANDARD :: IPN INIT <-- DEBUG POST VARS::mc_gross=-138.56&invoice=168 - Sunny Lucas&protection_eligibility=Partially Eligible - INR Only&item_number1=DD T1760 arabian red&payer_id=WRL6CZCTJF7SN&address_street=604 Canyon Creek&payment_date=14:03:37 Oct 01, 2010 PDT&option_selection1_1=arabian red, Size XL (Size 14 to 16)&payment_status=Refunded&charset=windows-1252&address_zip=75904&mc_shipping=10.00&mc_handling=0.00&first_name=Sunny&mc_fee=-4.32&address_country_code=US&address_name=Sunny Lucas¬ify_version=3.0&reason_code=refund&custom=qnmd&business=emailus@shopcelebrity.net&address_country=United States&mc_handling1=0.00&address_city=Lufkin&verify_sign=AQEgFLG-gYJRPNwVRAb4gD.Dx6t9AH5qGyXdtJlOHoQYM.2ZzljIUyDv&payer_email=sunnyd557@yahoo.com&mc_shipping1=10.00&parent_txn_id=0SX60797JW387564H&option_name1_1=Color, Size&contact_phone=&txn_id=6DW70281A02973521&payment_type=instant&last_name=Lucas&address_state=TX&item_name1=Bengali Dancer Peasant Top&receiver_email=emailus@shopcelebrity.net&payment_fee=-4.32&quantity1=1&receiver_id=KMTWRVHVY6GR2&mc_gross_1=128.00&mc_currency=USD&residence_country=US&transaction_subject=qnmd&payment_gross=-138.56&
2010-10-01 21:03:51 - PP_STANDARD :: IPN REQ  --> cmd=_notify-validate&mc_gross=-138.56&invoice=168+-+Sunny+Lucas&protection_eligibility=Partially+Eligible+-+INR+Only&item_number1=DD+T1760+arabian+red&payer_id=WRL6CZCTJF7SN&address_street=604+Canyon+Creek&payment_date=14%3A03%3A37+Oct+01%2C+2010+PDT&option_selection1_1=arabian+red%2C+Size+XL+%28Size+14+to+16%29&payment_status=Refunded&charset=windows-1252&address_zip=75904&mc_shipping=10.00&mc_handling=0.00&first_name=Sunny&mc_fee=-4.32&address_country_code=US&address_name=Sunny+Lucas¬ify_version=3.0&reason_code=refund&custom=qnmd&business=emailus%40shopcelebrity.net&address_country=United+States&mc_handling1=0.00&address_city=Lufkin&verify_sign=AQEgFLG-gYJRPNwVRAb4gD.Dx6t9AH5qGyXdtJlOHoQYM.2ZzljIUyDv&payer_email=sunnyd557%40yahoo.com&mc_shipping1=10.00&parent_txn_id=0SX60797JW387564H&option_name1_1=Color%2C+Size&contact_phone=&txn_id=6DW70281A02973521&payment_type=instant&last_name=Lucas&address_state=TX&item_name1=Bengali+Dancer+Peasant+Top&receiver_email=emailus%40shopcelebrity.net&payment_fee=-4.32&quantity1=1&receiver_id=KMTWRVHVY6GR2&mc_gross_1=128.00&mc_currency=USD&residence_country=US&transaction_subject=qnmd&payment_gross=-138.56
2010-10-01 21:03:51 - PP_STANDARD :: IPN RESP <-- VERIFIED

Active Member

Posts

Joined
Wed Feb 24, 2010 12:15 am

Post by Qphoria » Sun Oct 03, 2010 2:13 am

ifyouseek wrote:Hey, i couldn't find the difference in these files. I tried replacing the file completely and it still didn't fix the issue. Any ideas. cheers
This is new in 1.4.9:
SELECT * FROM " . DB_PREFIX . "customer WHERE LOWER(email)

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 4 guests