Active
Project:
Ubercart Marketplace
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Dec 2011 at 20:11 UTC
Updated:
29 Apr 2012 at 14:55 UTC
Hi,
Sorry for my English, this is a direct translation of translate.google.
I've been looking online but can not find the answer. Need to change the url to continue shopping:
1163 - function uc_cart_continue_shopping_url($unset = TRUE) {
$url = '';
In my case should be:
$url='user/seller-uid/publicaciones/ofertas';
Can you helpme?
Comments
Comment #1
solucioteca commentedSolution
Hi,The solution to the problem mentioned above is:
function uc_cart_continue_shopping_url($unset = TRUE){
Delete line 155
Add