Attachments
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
---------- Date: 2017-09-04 18:06:49 ~ IP : 98.151.5.130 ----------
REQUEST URI : /admin/index.php?route=extension/modification&token=DdwDRMTlqTzJ0UdKFSupDylA5hZ5nivG
MOD DETAILS:
modFile : /home/anipins/public_html/vqmod/xml/vqmod_usps_fix.xml
id : USPS fix
version : 1.0
vqmver : 2.x
author : yodapt
VQModObject::parseMods - Could not resolve path for [catalog/model/extension/shipping/usps.php,catalog/model/shipping/usps.php] (SKIPPED)
----------------------------------------------------------------------
---------- Date: 2017-09-04 18:14:28 ~ IP : 98.151.5.130 ----------
REQUEST URI : /index.php?route=checkout/checkout
MOD DETAILS:
modFile : /home/anipins/public_html/vqmod/xml/vqmod_usps_fix.xml
id : USPS fix
version : 1.0
vqmver : 2.x
author : yodapt
VQModObject::parseMods - Could not resolve path for [catalog/model/extension/shipping/usps.php,catalog/model/shipping/usps.php] (SKIPPED)
----------------------------------------------------------------------
Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com
Any other ideas?
Same problem I am having. Edit the file and no luck. Tried the vQmod too and no luck. Still no first class option in checkout.mastersconi wrote: ↑Tue Sep 12, 2017 5:13 amI tried editing the "usps.php" file, replacing the single instance of "First-Class Mail Parcel" with "First-Class Package Service - Retail". I still can't get the first class option to show at checkout..
Any other ideas?
catalog/model/extension/shipping/usps.php,
catalog/model/shipping/usps.php
After doing this first class shipping now displays correctly. However it displays on the bottom of the shipping list after priority and express...
How do I move it to the top?
Try: catalog/model/extension/shipping/usps.php file and ensure to edit the path accordingly from the VQMod file (if applies).I did edit usps.php in ../catalog/model/extension/shipping but I do not see a ../catalog/model/shipping/usps.php
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Here is the array text from catalog/model/extension/shipping/usps.php
Code: Select all
$firstclasses = array (
'First-Class Package Service - Retail',
'First-Class Mail Large Envelope',
'First-Class Mail Stamped Letter',
'First-Class Mail Postcards'
);
What are the results since?sidotij wrote: ↑Mon Feb 25, 2019 6:25 amI replaced First-Class Mail Parcel with First-Class Package Service - Retail (as written in the XML
Here is the array text from catalog/model/extension/shipping/usps.php
Code: Select all
$firstclasses = array ( 'First-Class Package Service - Retail', 'First-Class Mail Large Envelope', 'First-Class Mail Stamped Letter', 'First-Class Mail Postcards' );
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
at this time I am not seeing the correct options for First-Class Package Service - Retail as an option when I attempt to check out
I've reverted usps.php to First-Class Mail Parcel and I am not seeing that as an option either
I'm open to suggestions
John
OC version?sidotij wrote: ↑Mon Feb 25, 2019 10:36 amStraightlight:
at this time I am not seeing the correct options for First-Class Package Service - Retail as an option when I attempt to check out
I've reverted usps.php to First-Class Mail Parcel and I am not seeing that as an option either
I'm open to suggestions
John
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: No registered users and 14 guests