Search found 210 matches

Search found 210 matches

Re: Variable in controller/header.php not passing to header.tpl

Thanks, but no thanks. I'll figure it out on my own if the community can't or won't point in the right direction.

Jump to post
  • Tue Jul 31, 2018 6:58 am
  • Replies 4
  • Views 961
Re: Variable in controller/header.php not passing to header.tpl

OSWorX wrote:
Sat Jul 28, 2018 1:53 am
Basically which version are you (the client is) using (guess somewhat 2.x when you mention OCMod)?
Is VQMod additionally used?
Have you cleared the cache?
And are extensions installed which using the events system?
OC 2.2.0
VQMod is installed, no mods.
Yes.
And finally, I'm not certain about that.

Jump to post
  • Sat Jul 28, 2018 2:50 am
  • Replies 4
  • Views 961
Variable in controller/header.php not passing to header.tpl

Good morning everyone. I've been absent from the OC development scene for a couple of years, and am jumping back in trying to do some maintenance for an old client. I'm trying to make a simple change to the header.tpl: Adding the config_address to the header. To that end, I added $data['address'] = ...

Jump to post
  • Fri Jul 27, 2018 11:56 pm
  • Replies 4
  • Views 961
Need module for "magazine" subscription using recurring payments that disallows access to previous months.

The title pretty much says it all. I'm working on a project for a client that wants to allow customers to purchase previous "issues" for a flat fee, and automatically give them access to the new "issues" as they are released, assuming their monthly/yearly subscription is current....

Jump to post
  • Thu Mar 22, 2018 6:11 am
  • Replies 1
  • Views 730
Re: [VQMod] USPS API Update (Latest Update)

I got this working. The path in the mod file is incorrect. It should be set from: <file path="catalog/model/shipping/usps.php" error="log"> to <file path="catalog/model/ extension /shipping/usps.php" error="log"> Also had to uninstall/reinstall the USPS shipp...

Jump to post
  • Sun Dec 03, 2017 2:03 pm
  • Replies 23
  • Views 10775
Re: [VQMod] USPS API Update (Latest Update)

I'm using Open Cart 2.2.0.0. and this module is not working properly. My site was updated in July 2017 and the current module was installed. My two problems are: - All rates are totally wrong for the different shipping options. As an example, the cart shows $5.95 for Priority Small Flat Rate, but t...

Jump to post
  • Sun Dec 03, 2017 2:00 pm
  • Replies 23
  • Views 10775
Re: [VQMod] USPS API Update (Latest API Update)

shamanicconnection wrote:
Fri Jan 27, 2017 12:12 am
Do we have an update for the January 2017 postage rates?
The API pulls rates dynamically from USPS, so no update should be necessary for rate changes.

Jump to post
  • Sun Dec 03, 2017 1:55 pm
  • Replies 285
  • Views 96861
Re: [VQMod] USPS API Update (Latest API Update)

New release for all supported versions. Should fix broken first-class shipping and give you the option to pick between commercial and retail rates.

Post any issues here so I can get a fix out.

Jump to post
  • Sun Dec 03, 2017 1:54 pm
  • Replies 285
  • Views 96861
Re: [VQMod] USPS API Update (Latest Update)

We are using the Opencart 2.3.0.2 Journal the 2 theme and we have both UPS and USPS on checkout, we are mainly looking for something that will sort the shipping and select the cheapest USPS rate first , for some reason customers are accidently choosing overnight shipping. Will this work? Also, some...

Jump to post
  • Fri Jan 06, 2017 10:47 pm
  • Replies 23
  • Views 10775
Re: Multistore setup - Primary store in subfolder

I recommend this: http://forum.opencart.com/viewtopic.php?t=27538 Also I don't think it is http://www.domain2.com/store/ but just http://www.domain2.com. Mike Thanks for the response. I'm hosting a basic HTML template at the root of domain2.com, and want to send them to the store when they navigate...

Jump to post
  • Tue Sep 20, 2016 11:36 am
  • Replies 2
  • Views 1498
Multistore setup - Primary store in subfolder

I have my primary store set up at www.domain1.com/store/ , and am attempting to setup a multistore at www.domain2.com/store/ . I've tried an htaccess redirect, but it's just a redirect, and doesn't maintain the domain2.com url. I've been told I can't accomplish this with a CNAME. My understanding is...

Jump to post
  • Tue Sep 20, 2016 4:51 am
  • Replies 2
  • Views 1498
Re: Recurring Payments - $0 product price

I was able to fix this by adding a downloadable file to the product -> link and set the product weight to 0. Open cart considers this as a downloadable product and won't charge the original price set for the product. However, the recurring payment will be processed by pay pal, this is a workaround ...

Jump to post
  • Sun Aug 21, 2016 6:14 pm
  • Replies 11
  • Views 4302
Re: Questions about recurring profiles

Alright, well this is unacceptable for my use case, so it looks like I'm going to have to code a fix. When it's done, I'll make it available for free.

If someone would link me to a good tutorial on using github, I'll even submit a proper merge request, or whatever.

Jump to post
  • Sun Aug 21, 2016 3:14 pm
  • Replies 2
  • Views 902
Questions about recurring profiles

Hello all, trying to set up recurring payments and had a few questions. First, is OpenCart still charging the product price AND the initial subscription charge when the item is checked out? If so, is there a fix in the latest builds that I could apply? I don't feel like paying for an extension to fi...

Jump to post
  • Thu Aug 18, 2016 2:00 pm
  • Replies 2
  • Views 902
Re: [VQMod] USPS API Update (Latest API Update)

If I select "Priority Regional Rate Box A" and other options. It will show me prices on all except the "Priority Regional Rate Box A". If I select "Priority Regional Rate Box A" only and try to get a quote it shows me message "No shipping options available please ...

Jump to post
  • Sat Jul 30, 2016 8:40 am
  • Replies 285
  • Views 96861
Re: [VQMod] USPS API Update (Latest API Update)

Either the zip code or the other package characteristics don't meet the requirements for the Rate Box A, and therefore USPS isn't returning any data for it.

Jump to post
  • Sat Jul 30, 2016 8:36 am
  • Replies 285
  • Views 96861
Adding new function model_catalog_product->unknown Property

I'm attempting to modify the "New Releases" Module such that it actually shows new releases and doesn't duplicate the data from the "Latest" Module. To that end, I've added this function to the end of the catalog/model/catalog/product.php class: //JeffroDH public function getNewR...

Jump to post
  • Thu Jul 21, 2016 10:47 pm
  • Replies 1
  • Views 845
Image file presents problems in admin

I'm importing a large number of products and images via script, and I've encountered an interesting problem: There is a particular image that, when uploaded, causes the products list page to exceed the memory limit. It's not particularly large, only about 500kb, and I can't find anything wrong with ...

Jump to post
  • Mon Jul 11, 2016 9:58 am
  • Replies 1
  • Views 348
Re: [VQMod] USPS API Update (Latest Update)

I had to disable this modification as it was breaking our international shipping using OC 2.1.0.2. Normally I have good success with this mod but for some reason it didn't like our version of OC. I have a solution for you, and I'm PMing you a new version of the VQMod and OCMod files to test. OC upd...

Jump to post
  • Sat Jul 09, 2016 2:41 pm
  • Replies 23
  • Views 10775
Re: [VQMod] USPS API Update (Latest API Update)

In OC 2.1.0.1 Not sure what has happened to my USPS Shipping first I did not have First Class Mail Parcel so I uninstalled the mod. Then' Reinstalled now I have no USPS shipping choices If I go into the USPS settings all the check boxes are blank re checking them and clicking save it OC informs me ...

Jump to post
  • Sat Jul 09, 2016 2:29 pm
  • Replies 285
  • Views 96861

Search found 210 matches