Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Feedback on this CCGVDC bugfix...


Guest

Recommended Posts

Hi there!

 

I noticed after installing the very excellent CCGVDC (gift vouchers) mod that when you send a gift voucher from the admin section and your oSc is set to use search engine friendly URL's that the gift voucher redeem link in the email they get doesn't work!

 

Further poking around pointed to a comma in the URL after 'gv_no' that looks to me like it should be a forward slash (as it is in other URLs) in the following line of admin/gv_mail.php.

 

$message .= HTTP_SERVER  . DIR_WS_CATALOG . 'gv_redeem.php' . '/gv_no,'.$id1 . "\n\n";

 

changed to:

 

$message .= HTTP_SERVER  . DIR_WS_CATALOG . 'gv_redeem.php' . '/gv_no/'.$id1 . "\n\n";

 

 

Changing this over fixes the URL in the email, but being a bit of a n00b I wanted to check that this wasn't likely to cause problems with the SE friendly URL's before posting a "fixed" (?) file in the official contribution thread.

 

 

So... does this look right to everyone else? Are commas necessary for SE friendly URLs? If all looks OK I'll go ahead and post the bug fix, otherwise feel free to let me know!

 

Thanks!

Edited by silentz
Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...